diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-05-18 09:47:58 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-05-18 09:47:58 +0200 |
commit | 7baf75c9ee6a7ab3eaa8d35cb4709430426721cb (patch) | |
tree | 399205abab1a7ef3d4bfab5d61a07c089518ff46 /app/class/Routes.php | |
parent | ded1b2a19ee238543d561b6f26312458d2a43974 (diff) | |
download | wcms-7baf75c9ee6a7ab3eaa8d35cb4709430426721cb.tar.gz wcms-7baf75c9ee6a7ab3eaa8d35cb4709430426721cb.zip |
upgrade user password management
- add confirm password option
- remove maxlength
- add dedicated flash messages
Diffstat (limited to 'app/class/Routes.php')
-rw-r--r-- | app/class/Routes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/Routes.php b/app/class/Routes.php index 13bd2ac..65d8444 100644 --- a/app/class/Routes.php +++ b/app/class/Routes.php @@ -47,6 +47,7 @@ class Routes ['POST', '/!user/update', 'Controlleruser#update', 'userupdate'], ['POST', '/!user/bookmark', 'Controlleruser#bookmark', 'userbookmark'], ['POST', '/!user/pref', 'Controlleruser#pref', 'userpref'], + ['POST', '/!user/password', 'Controlleruser#password', 'userpassword'], ['POST', '/!user/token', 'Controlleruser#token', 'usertoken'], ['GET', '/!info', 'Controllerinfo#desktop', 'info'], ['GET', '/!timeline', 'Controllertimeline#desktop', 'timeline'], |