Closed (duplicate)
Project:
Drupal core
Version:
11.x-dev
Component:
user system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2009 at 22:01 UTC
Updated:
22 Nov 2025 at 06:43 UTC
Jump to comment: Most recent
Comments
Comment #1
neomenlo commentedSeconded.
Another oddity is that the current method requires the administrator to choose the password, when the password should probably just be randomly generated anyway.
Comment #2
alexanderpas commented-1 for losing support to manually set password, this still might be handy when using drupal inside closed (non-mail) enviroments.
Comment #3
neomenlo commentedThere is no reason why the functionality has to be taken away, but other functionality needs to be added.
This could be solved with radio buttons, or even just a check box. The check box could be as simple as "let user pick the password"
The radio button could be used for the three options
"let user pick password"
"generate a random password"
"use this password"
Comment #4
alexanderpas commentedIt really doesn't matter to me which approach is chosen... both are fine.
Comment #5
callison commented+1 Sounds like a good idea to me. I think my favorite so far is the 3 radio buttons. I'd be glad to start on a patch if everyone agrees about this approach.
Comment #6
clemens.tolboomThis is similar to #222834: Allow admins to autogenerate passwords and #44250: Provide simple way for administrators to send users a new password
Powered by Dreditor (triage sandbox) and Triage transitions
Comment #13
volegerLooks like outdated issue.
Comment #14
dpiCreating a user from the user create form still requires setting a password.
Of course the existing account redemption process remains the same. User receives an email with a one-time-login, the user is logged in and is prompted to set a password.
Comment #23
pameeela commentedThis is essentially solved in #3481627: Update user creation form to hide password and status fields when user is notified so marking this as a duplicate. I'll add credit for those who contributed here.