Re: [web2py] LDAP user first name and last name not getting in the database

2018-05-04 Thread Gaurav Shet
Even I am facing the same issue. Were you able to resolve this? On Sat, 28 Apr 2018 at 11:20 PM, Oasis Agano wrote: > Greetings, > > I have setup an LDAP connection that works, > the user can sign in but the issue is after signing in the *first_name* > and *last_name* and *email* arent stored in

[web2py] LDAP user first name and last name not getting in the database

2018-04-28 Thread Oasis Agano
Greetings, I have setup an LDAP connection that works, the user can sign in but the issue is after signing in the *first_name* and *last_name* and *email* arent stored in the system. The first name is set to the current *username* but the other fields(last name and email) arent set. this is my