lets-chat-ldap icon indicating copy to clipboard operation
lets-chat-ldap copied to clipboard

can't log in more than once

Open predmond opened this issue 11 years ago • 1 comments

I've configured settings.yml to use ldap only and I can successfully log in. However, if I log out then log in again I get an error like:

{ [ValidationError: Validation failed]
  message: 'Validation failed',
  name: 'ValidationError',
  errors:
   { username:
      { [ValidatorError: Expected username to be unique]
        message: 'Expected username to be unique',
        name: 'ValidatorError',
        path: 'username',
        type: 'user defined',
        value: 'predmond' },
     email:
      { [ValidatorError: Expected email to be unique]
        message: 'Expected email to be unique',
        name: 'ValidatorError',
        path: 'email',
        type: 'user defined',
        value: '[email protected]' } } }

predmond avatar Feb 19 '15 17:02 predmond

Can you post your LDAP configuration? Or email it to me at [email protected]

sibartlett avatar Feb 19 '15 17:02 sibartlett