Details
-
Type:
Story
-
Status: Done
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.9.6
-
Fix Version/s: 0.9.7
-
Component/s: guacamole-auth-jdbc-mysql, guacamole-auth-jdbc-postgresql
-
Labels:
-
Sprint:DEV 2015-05-22
-
Story Points:3
Description
When using the MySQL authentication, if a non-admin user (with user creation rights) creates a new user, they will be unable to edit that user. Attempting to do so results in a page with an infinitely-spinning cog.
To reproduce:
- As the system administrator, create a new user "X".
- Grant user creation permission to "X". Grant no other permissions.
- Log out
- Log in as "X"
- Create a new user
- Click on the newly-created user
Expected results:
The edit screen for the newly-created user is displayed.
Actual results:
A screen with an infinitely-spinning cog is displayed. The user cannot be edited.