The default name in the Drupal user login form?

Is it possible to pre-enter the username at the URL on the Drupal user page, for example:

www.example.com/user?name=peter

so that "peter" is automatically populated in Name, and therefore the user needs to enter a password only.

+3
source share
1 answer

Yes, the Prepopulate module is written to handle these kinds of things.

+3
source

All Articles