REJack
61f9907498
removed `aauth_system_variables` from SQL files
...
removed config var `system_variables`
9 years ago
REJack
4675b2fc5f
Sub-Groups added
...
- added function add_subgroup($group_par, $subgroup_par)
- added function remove_subgroup($group_par, $subgroup_par)
- added function get_subgroups($group_par)
- modified is_group_allowed() to check subgroups
- modified delete_group() to remove subgroups
9 years ago
REJack
e6aa1f6a05
changed __key__ to __data_key__ in ``user_variables`` & ``system_variables`` (fix for #68 )
10 years ago
hbinded
26a187bd06
Fix sql error
...
This fixes the import error <pre>ERROR 1072 (42000): Key column 'read' doesn't exist in table</pre>
10 years ago
REJack
4b530eda60
SQL error fixed
10 years ago
Raphael Jackstadt
a11bdbe580
Reserved keyword conflict in MySQL.
10 years ago
Raphael Jackstadt
98f0a74457
added Time-Based One-Time Password
10 years ago
tswagger
1e6007a7c6
Adjusted password field to 64 chars
10 years ago
tswagger
a4726f2aa0
Updated SQL Table info
...
Duplicate Keys have been removed. Group and Permission (and other) fields
have been changed to varchar. Definition column added to aauth_groups table.
Boolean fields changed to tinyint(1).
10 years ago
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
Code2Prog
25b383bf73
Added missing id columns.
11 years ago
Code2Prog
48059ab401
Changed collation from utf8_turkish_ci to global standard utf8_general_ci
11 years ago
Emre Akay
f05e97e4e4
minor changes
...
some bugs fixed
11 years ago