Skip to content

1) Migration from V1

Emre Akay edited this page Jul 4, 2014 · 2 revisions

Migration


Do them step by step

  1. Copy and paste the new files.
  2. Back up your database data. (only data not structure)
  3. Create new Database
  4. Execute Aauth_v2_sql
  5. Copy your backed up data to new database

Some function names are changed.

  • unlock_user() changed to unban_user()
  • fire_member() changed to remove_member()
  • allow() changed to allow_group()
  • deny() changed to deny_group()
  • get_errors() changed to print_errors()
  • get_infos() changed to print_infos()

New features added

  • new parameter added to is_member()
  • allow_user() added
  • deny_user() added
  • keep_infos() added
  • kepp_errors() added
  • User and Aauth System Variables added
  • set_user_var() added
  • unset_user_var() added
  • get_user_var() added
  • set_system_var() added
  • unset_system_var() added
  • get_system_var() added

New Columns added to Database schema.

Aauth Version 2 has been released

Some functions has changed. Dont forget to scan the new features and functions from Wiki

Clone this wiki locally