liquid_feedback_frontend
diff app/main/index/_action/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 | b298a0534642 |
line diff
1.1 --- a/app/main/index/_action/register.lua Fri Jul 18 23:13:19 2014 +0200 1.2 +++ b/app/main/index/_action/register.lua Tue Jul 22 22:17:37 2014 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 if not config.ldap.member or not config.ldap.member.registration == "manual" then 1.5 error("access denied") 1.6 end 1.7 - member = ldap.create_member(app.session.authority_data_uid, true) 1.8 + member = ldap.create_member(app.session.authority_uid, true) 1.9 1.10 else 1.11 if config.registration_disabled then