mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +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
|
// Update password if changed
|
||||||
var password_modified = false;
|
var password_modified = false;
|
||||||
password_field.onchange = function() {
|
password_field.onchange =
|
||||||
|
reenter_password_field.onchange = function() {
|
||||||
password_modified = true;
|
password_modified = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user