-
Notifications
You must be signed in to change notification settings - Fork 9
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
global auth for all sites is not disabled after deleting user #34
Comments
@aronwp to remove the global auth the syntax is |
@mrrobot47 thanks but it's still not working correctly. The Basically the |
@mrrobot47 This looks like a problem. Reopening this issue. Let's investigate the cause of this issue and fix it. |
Since both Steps to produce the issue :-
the global ip whitelisting is not removed from the site |
|
when creating a new global auth user i.e "ee auth create global" it password protects all sites. deleting the new user does not deactivate the password prompt on all sites. on https://easyengine.io/commands/auth/delete/ it says use the command below but it does not work
Remove global auth on all sites (but not admin tools) with default username(easyengine)
$ ee auth delete example.com --site
Error: Parameter errors:
unknown --site parameter
I found a workaround by running ee global auth delete (this deletes all users and generates a new auth for ee-admin tools) after you will need to create a new auth for any site on the server i.e "ee auth create example.com" and then delete "ee auth delete example.com"
these steps remove the password prompt from all sites.
The text was updated successfully, but these errors were encountered: