New feature for alt_auth plugin #6099
Unanswered
Jimmi08
asked this question in
Q&A Plugins
Replies: 1 comment 6 replies
|
Ai @Jimmi08 not a complete sync but half... complicated, why not a complete sync and use classes and then with the right class for entering the right website? So registering on site one = class one and registering on site 2 class = two and make sure both websites use these classes? Or is that even more complicated :-) |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
This is again about the difference between my real used version and the upstream version. Just a note for future discussion.
This is a missing feature that I needed to add as basic functionality.
You have 2 sites, site 1 and site 2 (site 2 allows logging in with data from site 1), but both have a full user login/registration system.
A new user creates a new account on site 2. That nickname is not registered on site 1, so anybody there can register under the same nickname. To block this, I needed to add the creation of a user account on site 1 - not a password, just a nickname and email- so nobody on site 1 can use this nickname. If this user wants to use site 1, they use the forgotten password functionality. But nickname is already taken.
Alt_auth plugin has all the information already for something like this, and I added this functionality as a preference.
It is not about having the same user list for 2 sites - site 2 users are a subset of site 1 users - (Like site 1 is parent where all nicknames should be registered, and site 2 has only users that need site 2)
Is it clear what I am trying to say?
All reactions