Virtuatable / virtuatable-core

The model layer gem for the jdr tools suite
0 stars 0 forks source link

Differenciate the login informations and the display name #45

Closed vincentcourtois closed 4 years ago

vincentcourtois commented 4 years ago

create a nickname field

field :nickname, type: String

The nickname is the display name of the user. If it's nil, then the username is used as a display name. The other option is to identify via the email, and use the username as a display name, for that we should create an issue in the sessions service.

vincentcourtois commented 4 years ago

The login is now made on the email of the player, so this issue has no more meaning.