Nice login

Component ID

2716555

Component name

Nice login

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

4075

Component created

Component changed

Component body

Nice login is a very light and simple module which improve look of pages /user/login, user/register and user/password, by removing standards tabs Login, Reset Password and Create an account, and injecting inside each form the relevant links.

Nice login module provide basic css and wrapper for the login / register/ reset password forms. You should theme these forms according to your active theme.

For example, using a bootstrap base theme, you could add these following rules in your styles to center the forms.

.wrapper-nice-login {
  .make-xs-column(12);
  .make-sm-column(6);
  .make-sm-column-offset(3);
}

Similar projects

Super login module provide same behavior and improves the Drupal login / reset page, but have many more others features. Nice login simply remove tabs from theses pages. Not less, not more.