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
3887dd46ad
renamed `valid_chars` to `additional_valid_chars` #125
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
Steve
c276164c5b
Add explaination an recommendations
10 years ago
Steve
c84fde5591
Add hash in configuration
10 years ago
REJack
1c5e9aad63
fix for #81 Invalid new config file
10 years ago
Steve
36bce1e840
Update config file for readability and comprehension
10 years ago
Raphael Jackstadt
bc90f5a0bb
Updated aauth.php
...
changed use_cookies to true to provide CI2 Support
10 years ago
Raphael Jackstadt
87369a9341
Revert "reverted the revert 😄 "
...
This reverts commit b449749451
.
10 years ago
Raphael Jackstadt
b449749451
reverted the revert 😄
10 years ago
Raphael Jackstadt
595fe0b5bb
revert max pw lenght
10 years ago
Raphael Jackstadt
6474cdf2e4
test to resolve conflicts 😄
10 years ago
Raphael Jackstadt
3413b3bf0a
added configuration to not use cookies if sessions are enabled.
10 years ago
Raphael Jackstadt
43f0d83fac
added 'min' password length like 'max'
10 years ago
Raphael Jackstadt
bbc992d2f7
Revert "added min password length"
...
This reverts commit 341bab55a7
.
10 years ago
Raphael Jackstadt
341bab55a7
added min password length
10 years ago
Raphael Jackstadt
239ef68c80
changed some default config vars
10 years ago
Raphael Jackstadt
f4c42a3120
added totp_only_on_ip_change
10 years ago
Raphael Jackstadt
d2cf407cb3
changed totp_active default value to false
10 years ago
Raphael Jackstadt
11288205fa
added totp_reset_over_reset_password and update_user_totp_secret()
10 years ago
Raphael Jackstadt
98f0a74457
added Time-Based One-Time Password
10 years ago
Raphael Jackstadt
f0f781dfca
added config var for reset_password_link and verification_link, so its not needed to edit the language file
10 years ago
Raphael Jackstadt
7c749af13f
removed a unused config_var
10 years ago
Raphael Jackstadt
790dd44a10
Configurable Login over Name or Email
...
added `login_with_name` config item
renamed `aauth_error_login_failed` to `aauth_error_login_failed_email` in lang file
added `aauth_error_login_failed_name` in lang file
changed in login function `$email` to `$identifier`
10 years ago
Raphael Jackstadt
5028eb7074
added db profile
10 years ago
Raphael Jackstadt
b945abbdae
cleaned the config file
10 years ago
tswagger
ec82d3ef06
adjustments of typos
10 years ago
Raphael Jackstadt
2b934aaade
reCAPTCHA integration
11 years ago
REJack
4d0370af57
Update aauth.php
11 years ago
Emre Akay
c78c66a5f1
minor changes
...
some bugs fixed
11 years ago
Emre Akay
ecbadd961d
ddos protection changed
11 years ago
Emre Akay
3f917d83b1
Ddos protection feature has removed
11 years ago
Emre Akay
221e686a22
user and aauth system variables implemented
11 years ago
Emre Akay
77e30dc5f1
v2 dev
11 years ago
Jacob Tomlinson
1f81b3fbee
Remove allowed characters before name before alphanumeric test
11 years ago
Jacob Tomlinson
36cd525b50
Added checking for unverified account on login, display appropriate error message.
11 years ago
Emre Akay
9e58c3429e
Relase
12 years ago
Emre Akay
0ea6409608
minor changes
12 years ago
Emre Akay
74d4adb4d5
First commit
12 years ago