diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-07-17 14:03:17 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-07-17 14:03:17 +0200 |
commit | c0a95947bcc3b2321f28ecfe72519c69e5c81e74 (patch) | |
tree | 67837803588c639efad1871b0abb25ab173b8e3f | |
parent | 188b6f48d4a29a254f4d8c5b0c810729888df47c (diff) | |
download | gitlab-ce-c0a95947bcc3b2321f28ecfe72519c69e5c81e74.tar.gz |
Update the note for admin user.
-rw-r--r-- | app/views/admin/users/_form.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/users/_form.html.haml b/app/views/admin/users/_form.html.haml index d00772d4dfe..e18dd9bc905 100644 --- a/app/views/admin/users/_form.html.haml +++ b/app/views/admin/users/_form.html.haml @@ -31,9 +31,9 @@ = f.label :password, class: 'control-label' .col-sm-10 %strong - A temporary password will be generated and sent to user. + Reset link will be generated and sent to the user. %br - User will be forced to change it after first sign in + User will be forced to set the password on first sign in. - else %fieldset %legend Password |