-
Hello everybody, how can we delete username column from users table & I'm new in shield so please consider it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello,
You should not do this, it will cause a lot of problems.
If you plan to add a phone column, see #333 and #430 Also note that currently it is not possible to log in with a custom field, if you think this feature should be added to the shield, please contribute to the discussion #334 . When I am sure that this possibility is needed by many people, I or any person will send PR. Note: |
Beta Was this translation helpful? Give feedback.
Hello,
You should not do this, it will cause a lot of problems.
If you plan to add a phone column, see #333 and #430
Also note that currently it is not possible to log in with a custom field, if you think this feature should be added to the shield, please contribute to the discussion #334 .
When I am sure that this possibility is needed by many people, I or any person will send PR.
Note:
Another way is to get the user's phone number instead of the username, then register the user and log in by changing the default validations.
I haven't really looked into this, and obviously this method do…