LibreBooking / app

Repository for the last open source version of Booked Scheduler. The "develop" branch contains the most current working code of the project and should be considered beta. The "master" branch is the most current stable release of BookedScheduler. Please read doc/README.md for further details.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to make multiple users with the same emailaddresses

F0r3n5iC-Sw33t13 opened this issue · comments

Hi Everyone!

Is it possible to make multiple users with the same email addresses in the GUI?
I saw that there isn't a limitation in the database because it isn't a unique value so it has to be in the GUI. I have a workaround to change the email address in the database (after creating the user) to an already-existing email address and this works like a charm. The only thing that doesn't work with that specific user (where we change the email address) is logging in with that email but with the username it works.

This isn't possible within the GUI because the GUI asks that the email address is a unique value but I can't find where.

Is it possible to add this? And if it is possible, which files do we have to change?

Hi @F0r3n5iC-Sw33t13 ,

I believe that the email address can also be used as a login id (you can use the profile or the email address). You can check this on your librebooking instance.

Henceforth, the email address, like the user profile, must be unique to identify a specific user.

Please close this issue as you see fit.

why do you want to do that?