Skip to content

Commit

Permalink
Update LIB-Users.php
Browse files Browse the repository at this point in the history
  • Loading branch information
code-boxx committed Sep 12, 2023
1 parent dec0e02 commit 0f8b025
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions users/lib/LIB-Users.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php
// (A-B) PROPERTIES, SETTINGS, HELPER
// (C-D) GET USERS
// (E-G) SAVE & DELETE USER
// (H-J) VERIFY, LOGIN, LOGOUT
// (K-M) REGISTRATION, ACTIVATION
// (E-H) SAVE & DELETE USER
// (I-K) VERIFY, LOGIN, LOGOUT
// (L-N) REGISTRATION, ACTIVATION
// (O-Q) USER HASH
class Users extends Core {
// (A) SETTINGS
private $hvalid = 900; // validation link good for 15 mins
Expand Down

0 comments on commit 0f8b025

Please sign in to comment.