liquid_feedback_frontend
diff app/main/index/_action/cancel_register.lua @ 1074:aefef1556d55
Removed usage of hstore from LDAP support
| author | bsw |
|---|---|
| date | Tue Jul 22 22:17:37 2014 +0200 (2014-07-22) |
| parents | 58f48a8a202a |
| children |
line diff
1.1 --- a/app/main/index/_action/cancel_register.lua Fri Jul 18 23:13:19 2014 +0200 1.2 +++ b/app/main/index/_action/cancel_register.lua Tue Jul 22 22:17:37 2014 +0200 1.3 @@ -1,5 +1,6 @@ 1.4 app.session.authority = nil 1.5 -app.session.authority_data = nil 1.6 +app.session.authority_uid = nil 1.7 +app.session.authority_login = nil 1.8 app.session:save() 1.9 1.10 return true 1.11 \ No newline at end of file