REJack
e4aa1f5bc7
tests `update_login_attempts` done
...
fixed strtotime params in `update_login_attempts`
changed config var `update_last_login_attempt` to true,
9 years ago
REJack
4c3aec4b7c
fixed `strtotime()` parameter
9 years ago
REJack
e205dc28b8
removed user_id for reset_/remind_password function ( #124 )
...
- changed `ver_code` to sha1 hashed timestamp (`remind_password()`)
- removed `user_id` in reset password link (`remind_password()`)
- removed function param `$user_id` (`reset_password()`)
- changed password length to an even number based on config var `min` (`reset_password()`)
9 years ago
REJack
30a576df06
fixed fatal flaw on `update_login_attempts` ( #133 )
...
- changed `last_login_attempt` value to `Y-m-d H:i:s` from `Y-m-d H:0:0`
- changed `last_login_attempt`-check to check every x minute based on config var (`max_login_attempt_per_minutes`)
- added optional `last_login_attempt` update on login attempt (`update_last_login_attempt`)
- added config var `max_login_attempt_per_minutes`
- added config var `update_last_login_attempt`
- fixed config var info for `max_login_attempt` (`20` to `10`)
9 years ago
REJack
952f3ebe46
changed version to 2.5.0-alpha
9 years ago
Raphael Jackstadt
4b1679f756
Merge pull request #116 from REJack/master
...
Sub-Groups added (group hierarchy #115 ) & some enhancements
(This closes #115 , closes #125 & closes #129 )
9 years ago
REJack
0ae258d889
added function `get_user_vars($user_id)`
9 years ago
REJack
3887dd46ad
renamed `valid_chars` to `additional_valid_chars` #125
9 years ago
REJack
58b08f9e26
fixed `Quick Start`-Section (changed `deny` to `deny_group`)
9 years ago
REJack
0ba3a8ea5e
verification email sending disabled if a admin is creating a user
9 years ago
REJack
4675b2fc5f
Sub-Groups added
...
- added function add_subgroup($group_par, $subgroup_par)
- added function remove_subgroup($group_par, $subgroup_par)
- added function get_subgroups($group_par)
- modified is_group_allowed() to check subgroups
- modified delete_group() to remove subgroups
9 years ago
Emre Akay
c221014b64
Merge pull request #112 from waffle-iron/master
...
waffle.io Badge
9 years ago
Making GitHub Delicious
6a34d5149e
add waffle.io badge
9 years ago
Emre Akay
e46962e6ae
Merge pull request #95 from AnasTHH/master
...
Added a function to remove member from all groups
9 years ago
Emre Akay
1e9b01b85e
Merge pull request #110 from REJack/master
...
lil enhancements
9 years ago
Emre Akay
50e8006a22
Merge pull request #108 from suhindra/master
...
add indonesian language file translation
9 years ago
Raphael Jackstadt
ca2cefd2b7
added a check if user has email or name already
...
fix for #109
9 years ago
Raphael Jackstadt
33c1bf7528
removed some spaces
9 years ago
Raphael Jackstadt
586e9316a6
PHP7 fix #107
9 years ago
suhindra
c651d45977
add indonesian language file translation
9 years ago
AnasTHH
a775982cb8
Update Aauth.php
9 years ago
Emre Akay
fc0f29b4f7
Merge pull request #102 from bevdam/master
...
Minor fixes to optional prama fix
9 years ago
Bevin
eedb053d2d
Updated optional name param to use false instead of string
9 years ago
Bevin
b09f96f244
Fixed error on optional param of name when creating user
9 years ago
Emre Akay
1b705d0fe5
Merge pull request #98 from ManeBit/master
...
Resize Aauth readme logo
9 years ago
David Meyer
8d9d5b28e4
center smaller logo
9 years ago
David Meyer
b690aefa31
smaller logo
9 years ago
David Meyer
7cfe1cbb79
Merge pull request #2 from emreakay/master
...
update repo to latest
9 years ago
Emre Akay
8161fff5d2
Update Aauth.php
10 years ago
Emre Akay
87e70afbba
Merge pull request #93 from scombat/patch-1
...
Update array clearing for php compatibilities
10 years ago
Emre Akay
7e92f7c706
Merge pull request #91 from REJack/master
...
added perm/group exists checks in allow_user & allow_group (fix for #90 allow_user and allow_group problem)
10 years ago
AnasTHH
09c1ffa481
Update Aauth.php
10 years ago
AnasTHH
e1dee38adc
Added a function to remove member from all groups
10 years ago
scombat
b254c9d715
Update array clearing for php compatibilities
...
remove array clearing method (lines 1911 and 2001) :
```php
$this->infos = [];
```
in profit of a more php compatible method :
```php
$this->infos = array();
```
10 years ago
REJack
a858c1abf4
changed 'TOTP Code' to 'Authentication Code' in english lang file
10 years ago
REJack
c7e05f0265
sry thats was my failure
10 years ago
REJack
50ddf8b99c
fix for allow_user and allow_group problem #90
10 years ago
Emre Akay
4d7dc29bd8
Merge pull request #89 from mafooo/bugfix/remove-print_r-in-recapcha-lib
...
Removed print_r in recapcha helper
10 years ago
David Meyer
de99e5115e
Merge pull request #1 from emreakay/master
...
pull to manebit 2.4.5
10 years ago
Mathew White
572e49f494
Removed print_r in recapcha helper
10 years ago
Emre Akay
349bcad1a6
Merge pull request #85 from scombat/custom_hash_method
...
Custom hash method
10 years ago
Emre Akay
ecb3ae3a77
Update Aauth.php
10 years ago
Steve
825f53576f
reform old gitignore
10 years ago
Steve
c276164c5b
Add explaination an recommendations
10 years ago
Steve
c84fde5591
Add hash in configuration
10 years ago
Steve
325d9e6183
Merge remote-tracking branch 'upstream/master'
10 years ago
Steve
6dd3839385
add gitignore for development comodity
10 years ago
Emre Akay
6f70228f71
Update Aauth.php
10 years ago
Emre Akay
a236514ec6
Merge pull request #84 from REJack/master
...
Enchantment on is_allowed() function #83
10 years ago
REJack
f42e5468ff
moved $perm_id after the if's conditions for more performance
10 years ago