gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

Make User Login Error Detail Configurable #58

Open Jotschi opened 6 years ago

Jotschi commented 6 years ago

Check whether it would be possible / desired to make to error behaviour configurable. Currently the same error is returned if a user can't be found or the password is invalid. In some cases it may be desired to change this.

https://github.com/gentics/mesh/blob/master/common/src/main/java/com/gentics/mesh/auth/MeshAuthProvider.java#L196

Check also if it would be possible to add custom authentication handlers via plugins.