tswagger
dd4550374f
Removed redundant index keys on a few tables.
...
Removed duplicate keys that were causing MySQL to throw warnings. These
keys were exactly the same as the primary key and were superfluous.
Also edited the grammer in the sql/readme.txt
modified: sql/Aauth_v2.sql
modified: sql/readme.txt
10 years ago
tswagger
6de68fe3be
Edited README.md for grammer and content
...
Edited README.md for grammer. It should read a little easier now. Also removed politically
charged references and replaced with something less polarizing (LoTR).
10 years ago
tswagger
064bbf4e9e
fixed minor typo in clear_infos() function name
10 years ago
tswagger
ec82d3ef06
adjustments of typos
10 years ago
tswagger
6119213f19
Added same fix for info messages as was implemented for error messages
10 years ago
tswagger
1707579824
Fixed issue with error and modified control() to include redirect indicated in config file
10 years ago
Emre Akay
d3617a068c
Merge pull request #32 from REJack/master
...
reCAPTCHA integration merged
10 years ago
Emre Akay
2e21f5718a
Merge pull request #33 from emreakay/revert-28-master
...
Revert "Added two new function: user_exsist_by_id() and user_exsist_by_e...
10 years ago
Emre Akay
758fd21561
Revert "Added two new function: user_exsist_by_id() and user_exsist_by_email()"
11 years ago
Emre Akay
8f5131ab12
Merge pull request #28 from code2prog/master
...
Added new function: user_exsist_by_id()
11 years ago
Raphael Jackstadt
1006f8800f
lil fix for reCAPTCHA
11 years ago
Raphael Jackstadt
2b934aaade
reCAPTCHA integration
11 years ago
Dawid Myszczyszyn
6b1723e95a
removed already existing functions
11 years ago
Dawid Myszczyszyn
4491a03086
Update README.md
...
removed already existing functions
11 years ago
Dawid Myszczyszyn
c80bd1084d
Added two new function: user_exsist_by_id() and user_exsist_by_email()
11 years ago
Emre Akay
3f65c5ff84
Merge pull request #27 from code2prog/master
...
Added missing id filelds
11 years ago
Code2Prog
25b383bf73
Added missing id columns.
11 years ago
Emre Akay
9dd0a175be
Merge pull request #26 from fotex/master
...
Changed collation from utf8_turkish_ci to global standard utf8_general_c...
11 years ago
Emre Akay
9b5123aea9
Merge pull request #24 from REJack/master
...
Fixes
11 years ago
Code2Prog
48059ab401
Changed collation from utf8_turkish_ci to global standard utf8_general_ci
11 years ago
Raphael Jackstadt
44cefd4a59
Fixes
11 years ago
Emre Akay
8f93f7f859
Merge pull request #17 from REJack/patch-1
...
inserted get_user_var_keys function
11 years ago
REJack
bd75de2c97
Update Aauth.php
...
reset_password has no password generated
11 years ago
REJack
b4f25747cb
added list_system_var_keys
11 years ago
REJack
d255234f1e
Update Aauth.php
11 years ago
REJack
16f811352a
'lil fix
11 years ago
REJack
a0d4cc4b8a
inserted get_user_var_keys function
...
Function to List All User Variable Keys by UserID
11 years ago
Emre Akay
cbda00831a
Merge pull request #16 from REJack/master
...
Language Support File added
11 years ago
REJack
27fd0a8854
Create aauth_lang.php
11 years ago
REJack
4d0370af57
Update aauth.php
11 years ago
REJack
365ec00e28
Update Aauth.php
11 years ago
Emre Akay
07d95c4c31
Merge pull request #15 from alfonsor/master
...
Little bug fixed.
A small error, omitted reference to the CI object in keep_infos() function
11 years ago
alfonsor
ec48e8e641
Litle bug
...
A small error, omitted reference to the CI object.
11 years ago
Emre Akay
a3160a0df1
Update README.md
11 years ago
Emre Akay
77a532fc2a
Merge pull request #14 from peazz/patch-1
...
!ctype_alnum($pass) is removed so now special chars (@ ! ?) can be used for password
11 years ago
Andy Cresswell
05c660cf93
Update Aauth.php
...
When trying to login a user with a special password for example: Password@123, the script would return an error saying the password was wrong.
I removed "or !ctype_alnum($pass)" from the login section which allows users to login and register with html chars in their passwords.
11 years ago
Emre Akay
cf7b06562a
Update README.md
11 years ago
Emre Akay
df9021967d
Update README.md
11 years ago
Emre Akay
2068800488
Merge pull request #13 from emreakay/v2_dev
...
V2-beta
11 years ago
Emre Akay
de03499784
minor changes
11 years ago
Emre Akay
f05e97e4e4
minor changes
...
some bugs fixed
11 years ago
Emre Akay
c78c66a5f1
minor changes
...
some bugs fixed
11 years ago
Emre Akay
ab95c6689b
print_error and print_infos changed
11 years ago
Emre Akay
6aba583838
ddos protection
11 years ago
Emre Akay
0cdf506727
ddos protection
11 years ago
Emre Akay
4e0db4a591
ddos protection
11 years ago
Emre Akay
ecbadd961d
ddos protection changed
11 years ago
Emre Akay
72c5596865
logout() is debugged
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