mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Ticket #268: Modifications to re-enter field should flag password as modified, too.
This commit is contained in:
@@ -516,7 +516,8 @@ GuacAdmin.reset = function() {
|
||||
|
||||
// Update password if changed
|
||||
var password_modified = false;
|
||||
password_field.onchange = function() {
|
||||
password_field.onchange =
|
||||
reenter_password_field.onchange = function() {
|
||||
password_modified = true;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user