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
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
Raphael Jackstadt
f0f1bb08e8
fixed a failure
10 years ago
Raphael Jackstadt
86845c22b0
fixed a error on login without totp_code
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
1271388c3f
fixed set_system_var bug (issue #39 )
10 years ago
Raphael Jackstadt
08affa2abc
changed list_user_var_keys's output from array to object
10 years ago
Raphael Jackstadt
7b180a01a1
build update_group similar to update_user
10 years ago
Raphael Jackstadt
106a3d55d1
added missing $definition to update_group
10 years ago
Raphael Jackstadt
41224e613a
added to create_group and update_group 'definition' based on tswagger's sql changes
10 years ago
Raphael Jackstadt
206342b49e
moved user_exsist_by_email out of else to prevent double emails in database
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
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
b945abbdae
cleaned the config file
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