You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is very common for me to need the same username on multiple different clients.
So basically if my website has multiple clients like "Nasa" and "Chrysler" I need to be able to have the user "Adam" for both Nasa and Chrysler.
This is because I allow for external authentication server from Nasa and Chrysler and they might not use something like email internally that is uniqie, so they might simply require the ability to have the user "Adam", which is why i must be able to group the users and make sure I can have the same username in multiple groups.
I have modified my fork of Memflex to take a "string Group" that you can group users in if you want, it always defaults to null which means if you don't want to use it Memflex will still work exactly like now.
Caveats
*Even tho it will go on null for default the raven and mongo projects need to be updated a tiny bit to allow for group on the user and also handle group parameters. Should be doable in a few minutes each.
*It is not tested fully yet, but my solution with this will go live fairly soon and it's going through testing right now.
*The Account controller needs some minor updates, mine however is also updated for my external authentication, I am happy to share this with anyone who want to be able to authenticate externally as well.
The text was updated successfully, but these errors were encountered:
It is very common for me to need the same username on multiple different clients.
So basically if my website has multiple clients like "Nasa" and "Chrysler" I need to be able to have the user "Adam" for both Nasa and Chrysler.
This is because I allow for external authentication server from Nasa and Chrysler and they might not use something like email internally that is uniqie, so they might simply require the ability to have the user "Adam", which is why i must be able to group the users and make sure I can have the same username in multiple groups.
I have modified my fork of Memflex to take a "string Group" that you can group users in if you want, it always defaults to null which means if you don't want to use it Memflex will still work exactly like now.
I would be very happy to create a pull request for this, right now you can have a look here: https://github.com/rickardliljeberg/Memflex/
Caveats
*Even tho it will go on null for default the raven and mongo projects need to be updated a tiny bit to allow for group on the user and also handle group parameters. Should be doable in a few minutes each.
*It is not tested fully yet, but my solution with this will go live fairly soon and it's going through testing right now.
*The Account controller needs some minor updates, mine however is also updated for my external authentication, I am happy to share this with anyone who want to be able to authenticate externally as well.
The text was updated successfully, but these errors were encountered: