Auto-create Users into Plugin user joomla - Joomla! Forum - community, help and support
hi all,
plugin in manager -> user joomla -> basic options -> auto-create users
"automatically create registered users possible"
please, features?
plugin in manager -> user joomla -> basic options -> auto-create users
"automatically create registered users possible"
please, features?
in joomla can validate user based on want, joomla has built in "joomla user validation" "is user in our system/db?". can write validation plugins "is user in else's db/system" or "in facebook" , etc....so if have 1 validation plugin use that, if multiple pass 1 , fail others meaning it's good.
based on authenticating user gets logged in....but wait, if they're not in system happen? can auto created based on these settings , entry in user table made based on id , password. you'll see lot facebook/twitter apps , extensions they'll create user recurring log ins save state , additional information when not validating against joomla @ all.
so if no user exists, may not want fail validating....validate against external source , create user entry whenever possible. or not...but user can gain access if authenticate them.
does sort of make sense?
based on authenticating user gets logged in....but wait, if they're not in system happen? can auto created based on these settings , entry in user table made based on id , password. you'll see lot facebook/twitter apps , extensions they'll create user recurring log ins save state , additional information when not validating against joomla @ all.
so if no user exists, may not want fail validating....validate against external source , create user entry whenever possible. or not...but user can gain access if authenticate them.
does sort of make sense?
Comments
Post a Comment