-
Notifications
You must be signed in to change notification settings - Fork 872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to reset the password for admin/writer/reader? #3514
Comments
Try to log in with root + root_password |
If you don't know it either, see this file |
Thank you, login with root works. But I figured the default users were gone, they did appear in studio security tab after import, but still failed to use them, after I created another user, they didn't show up in security tab anymore. I tried to add the admin user back manually, and do the export-import process again, and got following output in console:
|
Hi @popduke delete from OUser
insert into OUser set name = 'admin', password = 'admin', status = 'ACTIVE', roles = [#4:0] I didn't export/import, but this worked for me. |
I cannot login to my database after import it from 1.7 to 2.0.0 then to 2.0.1 via either console or studio. I didn't change the password for them, how come it always prompts me the authentication dialog after importing. Didn't find any clue in the log. can someone help? thanks.
The text was updated successfully, but these errors were encountered: