You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good addition to #4489 (Force user to change password), as new admin-created users have temporary passwords - would be nice to add random password generator option to gitea admin create-user commans.
Example syntax: gitea admin create-user --name=jane [email protected] --random-password
Or just imply --random-password if no --password=xxxxxxxx set.
If random password parameter specified, new password should be printed to stdout on successful user creation to make admin copy it and send to new user. Or if mail is configured, this temporary password may be also sent to new user's email.
Probably random password should be composed of characters which are hard to mistype (without 0 O, i l 1 and other similar pairs)
The text was updated successfully, but these errors were encountered:
[x]
): anyDescription
It would be good addition to #4489 (Force user to change password), as new admin-created users have temporary passwords - would be nice to add random password generator option to
gitea admin create-user
commans.Example syntax:
gitea admin create-user --name=jane [email protected] --random-password
Or just imply
--random-password
if no--password=xxxxxxxx
set.If random password parameter specified, new password should be printed to stdout on successful user creation to make admin copy it and send to new user. Or if mail is configured, this temporary password may be also sent to new user's email.
Probably random password should be composed of characters which are hard to mistype (without 0 O, i l 1 and other similar pairs)
The text was updated successfully, but these errors were encountered: