Browse Source

updated CHANGES.md

v3-dev
REJack 7 years ago
parent
commit
f025e2d966
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 21
      CHANGES.md

21
CHANGES.md

@ -30,7 +30,7 @@
### REMOVED ### REMOVED
- $CI - $CI
- $aauth_db - $aauth_db (moved into Models)
- get_login_attempts (replaced with LoginAttemptModel) - get_login_attempts (replaced with LoginAttemptModel)
- update_login_attempts (replaced with LoginAttemptModel) - update_login_attempts (replaced with LoginAttemptModel)
@ -80,10 +80,10 @@
- perm_to_group => dbTablePermToGroup - perm_to_group => dbTablePermToGroup
### REMOVED ### REMOVED
- hash - hash (old hash method removed)
- use_password_hash - use_password_hash (old hash method removed)
- pm_encryption - pm_encryption (pm function removed)
- pm_cleanup_max_age - pm_cleanup_max_age (pm function removed)
## DATABASE ## DATABASE
@ -94,11 +94,11 @@
- renamed `date_created` to `created_at` - renamed `date_created` to `created_at`
- added `updated_at` 'DATETIME' - added `updated_at` 'DATETIME'
- added `deleted` 'TINYINT(1)' - added `deleted` 'TINYINT(1)'
- removed `forgot_exp` - removed `forgot_exp` (unused)
- removed `remember_time` - removed `remember_time` (moved to Login Token)
- removed `remember_exp` - removed `remember_exp` (moved to Login Token)
- removed `verification_code` - removed `verification_code` (moved to User System Variable)
- removed `totp_secret` - removed `totp_secret` (moved to User System Variable)
### USER VARIABLES ### USER VARIABLES
- renamed `value` to `data_value` - renamed `value` to `data_value`
@ -180,7 +180,6 @@
- aauth_error_username_exists - aauth_error_username_exists
## VIEWS ## VIEWS
### TEMPLATES ### TEMPLATES

Loading…
Cancel
Save