mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
Work on the user account system
Allow a user to modifies its name, username, initials, and password. Fixes username handling on sandstorm. Fixes #149.
This commit is contained in:
parent
5f09c0ce40
commit
7f6929608c
34 changed files with 255 additions and 164 deletions
|
|
@ -202,9 +202,9 @@ $(document).on('click', function(evt) {
|
|||
}
|
||||
});
|
||||
|
||||
// Press escape to close the popup.
|
||||
// Press escape to go back, or close the popup.
|
||||
var bindPopup = function(f) { return _.bind(f, Popup); };
|
||||
EscapeActions.register('popup',
|
||||
bindPopup(Popup.close),
|
||||
bindPopup(Popup.back),
|
||||
bindPopup(Popup.isOpen)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue