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 |
REJack
|
f51e1b4ff2
|
Enchantment on is_allowed() function #83
|
10 years ago |
Emre Akay
|
c999d7c8da
|
Update README.md
|
10 years ago |
Emre Akay
|
4ef67f7128
|
Merge pull request #82 from REJack/master
fix for #81 Invalid new config file
|
10 years ago |
Emre Akay
|
0f31aa7ea7
|
Update Aauth.php
|
10 years ago |
REJack
|
1c5e9aad63
|
fix for #81 Invalid new config file
|
10 years ago |
Emre Akay
|
80977fe877
|
Update Aauth.php
|
10 years ago |
Emre Akay
|
22f24797bb
|
Merge pull request #80 from REJack/master
fix for #79
|
10 years ago |
Emre Akay
|
f93fb35a4e
|
Merge pull request #78 from scombat/PATCH_update_user
Double declaration and assignation of valid flag
|
10 years ago |
Emre Akay
|
c8a144e6c2
|
Merge pull request #77 from scombat/configuration
Update config file for readability and comprehension
|
10 years ago |
Emre Akay
|
ce03647a4b
|
Merge pull request #76 from scombat/language_french
Add first version of french language file
|
10 years ago |
REJack
|
581981f02c
|
fix for #79
|
10 years ago |
Steve
|
b9174a1cde
|
Double declaration and assignation of valid flag
|
10 years ago |
Steve
|
36bce1e840
|
Update config file for readability and comprehension
|
10 years ago |
Steve
|
51d9ea89f8
|
Add first version of french language file
|
10 years ago |
Emre Akay
|
7ebde85d27
|
Merge pull request #75 from vipinks/master
'aauth_error_login_failed' key doesn't exist
|
10 years ago |
Vipin K. Singh
|
9ead7557c9
|
Another approach for aauth_error_login_failed
keeping the old logic, but using proper lang key "aauth_error_no_user"
|
10 years ago |
Vipin K. Singh
|
3db113a30a
|
"aauth_error_login_failed" is not specified
aauth_error_login_failed - this language key is not specified
|
10 years ago |
Emre Akay
|
cfc0295f71
|
Update Aauth.php
|
10 years ago |
Emre Akay
|
50d7a4d3ae
|
Merge pull request #71 from lostlian/master
Set $definition as an optional parameter in create_group and fix depreciated valid_email function
|
10 years ago |
lostlian
|
da36535250
|
Fix depreciated valid email
Fix depreciated valid email
|
10 years ago |
lostlian
|
dce098ffcb
|
Fix for depreciated valid_email function
Fix for depreciated valid_email function
|
10 years ago |
lostlian
|
205380b22e
|
Set definition as not mandatory parameter for create_group
The $definition parameter was a required parameter and it is not like
the documentation.
|
10 years ago |
lostlian
|
c176ebb926
|
Merge remote-tracking branch 'emreakay/master'
|
10 years ago |