You are here

README.txt in Login Disable 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 2.0.x README.txt
Login Disable
=============

Prevent users from logging in to your Drupal site unless they know the secret key to add to the end of the login form
 page. ( default: http://example.com/?q=user/login&admin )

If your site has clean urls enabled you may use http://example.com/user/login?admin instead.

If a user does find out about the secret key they will still have their user account role checked during
authentication. If they do not have the 'bypass disabled login' granted they will be refused access and displayed a
customisable "denied" message.

Credits
Developed by Budda / Mike Carter @ Ixis

File

README.txt
View source
  1. Login Disable
  2. =============
  3. Prevent users from logging in to your Drupal site unless they know the secret key to add to the end of the login form
  4. page. ( default: http://example.com/?q=user/login&admin )
  5. If your site has clean urls enabled you may use http://example.com/user/login?admin instead.
  6. If a user does find out about the secret key they will still have their user account role checked during
  7. authentication. If they do not have the 'bypass disabled login' granted they will be refused access and displayed a
  8. customisable "denied" message.
  9. Credits
  10. Developed by Budda / Mike Carter @ Ixis