liquid_feedback_frontend
diff app/main/index/_action/cancel_register.lua @ 1071:58f48a8a202a
Imported and merged LDAP patch
| author | bsw |
|---|---|
| date | Fri Jul 18 21:42:59 2014 +0200 (2014-07-18) |
| parents | |
| children | aefef1556d55 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/app/main/index/_action/cancel_register.lua Fri Jul 18 21:42:59 2014 +0200 1.3 @@ -0,0 +1,5 @@ 1.4 +app.session.authority = nil 1.5 +app.session.authority_data = nil 1.6 +app.session:save() 1.7 + 1.8 +return true 1.9 \ No newline at end of file