New user without password

I am using Grafana v5.1.3 and would like to create users in grafana without password.

In the area of user management I am trying to create the user, but I
realized that the “password” field is mandatory, however I would like to
only create a user, since his authentication will be via LDAP. It is possible ?

Another thing that is happening is that even though I deselected the “Send invite email” option the user is not created directly. He keeps waiting for Pending Invites. Is it possible to disable this feature from sending an invite?

Use the allow_sign_up configuration to automatically create users when ldap is enabled.

There’s no way turning this off. Please note that you could manually approve pending invites by clicking on the pending invites button.

Marcus

Hi @mefraimsson, from UI, when we created a user by the Invit menu, do you know if a password is generated?

Indeed, in my use case, i can create the user from UI, and then the user can connect by oauth2.
My purpose is to avoid that the user can connect from basic_auth (by password) and Oauth but only Oauth.
Currently, my oauth provider doesn’t manage the authorization but only the authentification. I can’t let it create the users directly (by allow_sign_up), so i should manage this part on grafana…

Thanks for your help
Loïc