Search
Where else are user permissions at that set what people can and can not see? Is this something that is in the database?
No but it would be a good feature. To rearrange them, you would need to go in the database.
Export database csv perhaps? Just the user table.
this is not database but file edits?
database export of email addresses
Hey All - LONG time no post! There was a plugin that allowed you to download a csv of all the emails used by members to signup to a site - does anyone know if this still exists or an easy way to do this? This is for V4 btw
How to get the code of facebook-enabling user into database?
Hi All,
Actually I am using Facebook login and email verification both and I want to remove email verification if a user choose to login by facebook login.
I didn't find that functionality so I just want to disable the email on facebook verification and
... moreHi All,
Actually I am using Facebook login and email verification both and I want to remove email verification if a user choose to login by facebook login.
I didn't find that functionality so I just want to disable the email on facebook verification and want to enable user login manually.
So I just looking for the code where facebook user is enabled in backend.
In signup controller-index function it comes after enabling the user into database.
So any of you can help me finding that code so that I can enable user into backend.
Thanks
less
I guess you would need to change it via database query then.