I have been developing some Drupal modules which I hope the community find as useful as I did. To add to the security of Drupal authentication I have developed
[userone] module.
[userone] module.
[userone] lets the admin (user one) to choose a different name from Drupal user name that will be hidden from others while Drupal user name is public to visitors. All login attempts using the Drupal user name will fail and be logged at watchdog for analysis. Configuration lets admin to enter IPs addresses from which admin login is allowed.
[userone] will not alter existing data in users table. Once uninstalled or inactive, [userone] will return Drupal authentication as it used to be.
The module is written for Drupal 5 and its code can be downloaded at http://www.yumi-design.com/userone.zip
Thank you.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | userone.zip | 2.31 KB | ki |
Comments
Comment #1
ki commentedThe module code is attached.
Comment #2
ki commentedComment #3
avpadernoDrupal allows to choose a username for the first user; I don't understand for what the module could be useful.
Comment #4
ki commentedThe point is for the admin to have a (hidden) login name different from (public) Drupal username. By hiding the login name it adds to better security.
Comment #5
ki commentedComment #6
avpadernoThe security stays in choosing a password that is not easy to guess, and that contains at least one lowercase letter, one uppercase letter, one number, and a special character.
Comment #7
avpaderno