CVS edit link for Ki

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] 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.

CommentFileSizeAuthor
#2 userone.zip2.31 KBki

Comments

ki’s picture

Status: Postponed (maintainer needs more info) » Needs review

The module code is attached.

ki’s picture

StatusFileSize
new2.31 KB
avpaderno’s picture

Status: Needs review » Postponed (maintainer needs more info)

Drupal allows to choose a username for the first user; I don't understand for what the module could be useful.

ki’s picture

The 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.

ki’s picture

Status: Postponed (maintainer needs more info) » Needs review
avpaderno’s picture

Status: Needs review » Closed (won't fix)

The 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.

avpaderno’s picture

Component: Miscellaneous » new project application
Issue summary: View changes
Status: Closed (won't fix) » Closed (duplicate)
Related issues: +#554248: Ki [ki]