Closed pleroux-bell closed 1 year ago
Hi, We are currently using your plugin to perform LDAP authentication and we were wondering why spaces weren't allowed in the password?
I know it is done through the Line32 of the Form.tsx.
We have users who do have spaces in their usernames and this is causing them to be unable to log in.
Thanks!
You can pass custom validator as input https://github.com/immobiliare/backstage-plugin-ldap-auth/blob/3f04a185de254d23604c7781869d9ccee1f73c6f/packages/ldap-auth/src/components/LoginPage/LoginPage.tsx#L39
Thanks you! I completely missed that
Hi, We are currently using your plugin to perform LDAP authentication and we were wondering why spaces weren't allowed in the password?
I know it is done through the Line32 of the Form.tsx.
We have users who do have spaces in their usernames and this is causing them to be unable to log in.
Thanks!