Add field authentication_method to user entity
Created by: temparus
We should add an additional required field authentication_method
with the values "ldap"
and "password"
to the entity user.
For transparency purpose, the documentation should be changed as follows:
The value of password
is only used when authentication_method
is set to password
.