Raphael Jackstadt
fc242264a4
changed the copyright info to this year
10 years ago
Raphael Jackstadt
5df18c0897
fixed cookie creation for reCAPTCHA if it's not active
10 years ago
Raphael Jackstadt
6b68f4c21e
removed unused functions
10 years ago
Raphael Jackstadt
b9b855ea86
fix for empty names on creation
10 years ago
Raphael Jackstadt
5028eb7074
added db profile
10 years ago
Raphael Jackstadt
881bae11ab
removed requirement for unique name/username
10 years ago
tswagger
2a83ea996a
Some style changes
...
A few minor changes to some of the document so that is more closely aligns
with the CI style guide.
10 years ago
tswagger
bae4b0cf17
Modified keep_infos() and keep_errors() with options
...
Modified keep_infos() and keep_errors() to include non-flash data values on optional boolean parameter.
10 years ago
tswagger
5ff1af124c
Fixed issue with unintentional flashdata
...
Fixed bug where as adding an error or info to flash data would result
in all errors/infos being added to the flash data. Two temporary
arrays were used to store current flash data and are used to update
the flash data correctly as errors/info are added to flash data.
10 years ago
tswagger
6eddbc63cc
Modified lang-file constants to include prefix.
...
Modified lang-file constants to include prefix. This will help avoid collisions.
Also added a few missing items to the lang-file.
Modified list_user_var_keys() to return an array so that it can be looped through.
Fixed duplicate message when sending password reset email, line 424.
modified: application/language/english/aauth_lang.php
modified: application/libraries/Aauth.php
10 years ago
tswagger
d025313e31
Fixed an issue with is_allowed
...
Fixed an issue with is_allowed that would cause it to return true
if the permission name passed in did not exist and the user had access
to permission ID 1. Changed get_perm_id() to return NULL instead of FALSE.
This fixed the above issue.
10 years ago
tswagger
9daa4df516
Modified error() and info() to NOT use flashdata by default
...
After further analysis of how error and info messages were being used
and how they were likely to be implemented, I changed the default to
NOT use CI Flashdata by default.
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
758fd21561
Revert "Added two new function: user_exsist_by_id() and user_exsist_by_email()"
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
c80bd1084d
Added two new function: user_exsist_by_id() and user_exsist_by_email()
11 years ago
Raphael Jackstadt
44cefd4a59
Fixes
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
REJack
365ec00e28
Update Aauth.php
11 years ago
alfonsor
ec48e8e641
Litle bug
...
A small error, omitted reference to the CI object.
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
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
Emre Akay
aea9449d92
unset_user_var() implemented
11 years ago
Emre Akay
628d6d149a
set_user_var() implemented
11 years ago
Emre Akay
2a74c1131d
get_user_var implemented
11 years ago
Emre Akay
7c050bc8b0
unset_user_var() added
...
perm_id to perm_par
some minor changes
11 years ago
Emre Akay
386a77e71f
PhpDocs of User and Aauth System Variables.
11 years ago
Emre Akay
982cb87c95
User and Aauth System Variables.
...
set_user_var( $key, $value, $user_id = false )
get_user_var( $key, $user_id = false)
set_aauth_var( $key, $value, $user_id = false )
get_aauth_var( $key, $user_id = false)
functions added
11 years ago
Emre Akay
b34a57a379
some changes
11 years ago
Emre Akay
20aab13344
bug fixed in delete_group()
11 years ago
Emre Akay
270dc68540
ip_address will be also updated in update_last_login()
11 years ago