Website Login Module

What are the community guidelines for user login and management module for a custom designed website?

Requirements:

  • Email address + password with security check
  • Lost Password Recovery Mechanism
  • Database of usernames managed by privileged users ("administrators")
  • Another data item is stored per user (e.g. username)
  • Logging in / out activity for each user
  • Follows current website management guidelines

On the client side, it should support both W3C compliant standards and broken but popular browsers. On the server side, it should use PHP 5, Perl, or Python with the preferred PHP5 / Perl option.

+3
source share

Source: https://habr.com/ru/post/1697356/


All Articles