lostlian
d724b54fef
Spanish Language Added
...
Spanish Language Added
10 years ago
REJack
e6aa1f6a05
changed __key__ to __data_key__ in ``user_variables`` & ``system_variables`` (fix for #68 )
10 years ago
REJack
9aca808dd7
possible fix for #66
10 years ago
Emre Akay
f7d44fc0f6
@version update
...
v2.3.3 added
10 years ago
Emre Akay
a0a92dc49c
Merge pull request #63 from hbinded/master
...
Password errors were not being thrown
10 years ago
hbinded
b5edcb4a8d
Merge pull request #1 from emreakay/master
...
update
10 years ago
hbinded
4be259129d
Added wrong password message
...
This adds a 'aauth_error_login_failed_all which is referenced in the Aauth.php
10 years ago
hbinded
eacf9b1539
Fix wrong password message
...
This fixes a non existing error message if all authentication methods fail. Line 352 is calling <pre>aauth_error_login_failed</pre> but that is not in the lang line. This fix tries to match the naming used by the OP i.e. aauth_error_login_failed_xxx where xxx is the error (email/password).
10 years ago
Emre Akay
29330e248f
3.x update
10 years ago
Emre Akay
65c565b7a7
3x
10 years ago
Emre Akay
902a24854e
Merge pull request #60 from cekdahl/master
...
Fix issue with messages
10 years ago
Emre Akay
6197957be2
Merge pull request #62 from hbinded/master
...
Fix sql error
10 years ago
hbinded
26a187bd06
Fix sql error
...
This fixes the import error <pre>ERROR 1072 (42000): Key column 'read' doesn't exist in table</pre>
10 years ago
Emre Akay
e224ee336b
Merge pull request #55 from REJack/master
...
fix for #51 'is_allowed() bug'
10 years ago
CEkdhl
54f8563dce
Fix issue with messages
10 years ago
REJack
56202a2e7d
there was a mistake for #58 fix
10 years ago
REJack
39c893fcc4
fix for #58 sry for my mistake
10 years ago
REJack
4b530eda60
SQL error fixed
10 years ago
Raphael Jackstadt
a11bdbe580
Reserved keyword conflict in MySQL.
10 years ago
Raphael Jackstadt
136ba686bd
fix for #51 'is_allowed() bug '
10 years ago
Emre Akay
fa22a5efc6
Merge pull request #52 from REJack/totp
...
TOTP and some improvements
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
Emre Akay
322e578f88
Merge pull request #45 from ManeBit/master
...
Urgent fixes for #47 , #46 and Improvements
10 years ago
Emre Akay
958d03d8bc
Merge pull request #43 from REJack/master
...
fix for issue #42 and #46
10 years ago
Raphael Jackstadt
12a76b1659
changed result to row by get_pm
...
added return false if ``aauth_error_no_pm`` appears
10 years ago
Raphael Jackstadt
f0cf74ec51
added return by delete_user()
10 years ago
Raphael Jackstadt
bcbf28b432
changed NULL to FALSE by get_perm_id()
...
i found that error on my unit tests 😄
10 years ago
Raphael Jackstadt
461278b157
fixed login error after TOTP check (login with wrong pw fixed)
10 years ago
Raphael Jackstadt
3413b3bf0a
added configuration to not use cookies if sessions are enabled.
10 years ago
Raphael Jackstadt
9afda70a7d
Updated README.md
...
added TOTP info
@tswagger take look over the TOTP pls, i dont know if anything is missing.
10 years ago
ManeBit
12d01e609f
Fixing typos in functions
...
user_exist_by_email
user_exist_by_name
10 years ago
ManeBit
ab64f6118f
URGENT: variable scope undefined fix!
...
FTFY: Variable scope issue with $valid in function update_user()
10 years ago
Raphael Jackstadt
35a9232e3e
added a fix for #46
10 years ago
ManeBit
1096ff9246
function remind_password: return TRUE/FALSE.
...
This allows for the function to return true if the email sent. And false
if the email doesn't exist in the DB.
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
515945b11a
fixed issue #42
10 years ago
Raphael Jackstadt
239ef68c80
changed some default config vars
10 years ago
Emre Akay
f971666800
Merge pull request #38 from REJack/master
...
some fixes and db_profile added
10 years ago
Emre Akay
ecb4b3c49e
Merge pull request #40 from tswagger/master
...
Password storage size bug fix
10 years ago
Raphael Jackstadt
319884689a
added specific error messages for update_user without forgotten password text
10 years ago
Raphael Jackstadt
7617a79cda
found a missing aauth_db
10 years ago
Raphael Jackstadt
59bbfdd94a
added checks from create_user in update_user
...
- user_exsist_by_email, valid_email
- min-max pass length
- user_exsist_by_name, valid_chars
10 years ago
Raphael Jackstadt
11bd0dcd49
moved user_exsist_by_name out of the IF
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