User Password Without Confirm
To remove the user password confirm field, change the field type from password_confirm to password.
function mantraprofile_form...
To remove the user password confirm field, change the field type from password_confirm to password.
function mantraprofile_form...
https://www.drupal.org/project/login_redirect_per_role
Set the page shown to users after login, such as a dashboard.
https://www...
Drupal has robust ways for users to register.
Users can log in at /user/login
, and log out at /user/logout
.
Register at /...
When you install Drupal, an administrator user is created that is assigned all permissions.
An Administrator role is...
Provides a name field with customized widget and storage for different name structures.
Provides a Webform field.
Does this replace functionality in the Real Name module?
Select an entity field to use as a user's real name.
Is this functionality replaced by the Name Field module?
Allow users to log in with a unique user field value instead of their username.
Login with email.
Allow users to set their password during registration.
Switch login to another user.
Great for testing different user roles.
To use, view a user and click the masquerade link.