GUAC-801 Created password update dialog on home screen, grant self READ and UPDATE permission to users upon creation, and added sql update script to grant self READ and UPDATE permissions for users in pre-existing databases.

This commit is contained in:
James Muehlner
2015-03-04 23:18:16 -08:00
parent e35a26ce6a
commit f513fa6e2e
9 changed files with 318 additions and 39 deletions

View File

@@ -69,3 +69,13 @@ div.recent-connections div.connection {
max-width: 75%;
overflow: hidden;
}
.password-dialog {
position: absolute;
background: white;
border: 1px solid rgba(0, 0, 0, 0.25);
margin: 1em;
width: 5in;
right: 0;
z-index: 1;
}