| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Cuonic (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class can manage accounts and authenticate users. It can perform several types of operations to manage the records of users stored in a MySQL database (accessed using the MySQLi extension) like creating user accounts, activate accounts, change the user e-mail address or the password, and remove accounts. The class can also authenticate an user with a given password, create user sessions, delete sessions, get the session information, check if the session is valid, manage failed login attempts. |
| Ratings | Utility | Consistency | Documentation | Examples | Tests | Videos | Overall | Rank |
| All time: | 75% | 75% | 62% | - | - | - | 51% | 2576 |
| Month: | Not yet rated by the users | |||||||
| ||||
| This class can register and authenticate users stored in MySQL. It can connect to a MySQL server using the MySQLi extension and create new user records in a MySQL table with a given e-mail, user name and password. The e-mail address is validated before creation. If it is invalid the class can add increase a counter of invalid access attempts and block accesses from the same IP address for a certain period. After a successful account creation the class returns an activation key that may be sent to the user e-mail address, so he can activate his account. The class can also takes care of the account activation verifying the activation key. The class can also login the user verifying the user name and password. When the login attempt is valid, it returns a session code. |
| Ratings | Utility | Consistency | Documentation | Examples | Tests | Videos | Overall | Rank |
| All time: | 75% | 75% | 75% | - | - | - | 52% | 2398 |
| Month: | Not yet rated by the users | |||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |