Forum Replies Created
-
AuthorPosts
-
nur
Participantthis is possible. you need to customerize classes/class.bAuth.php file.
1. if the single sign-on api gives back user name and password then you can simply can call login() method passing user name and password.
2. if the single sign-on api gives back only user id then you will probably need to modify authenticate() method in this file.
-> query the user table by user id as is done in authenticate file. but instead of user name you will use user id. since user is already authenticated, you don’t need password check.hope this helps.
nur
Participantwe don’t have this feature at this moment. But if you know php programming then you can write shortcode for it.
nur
Participanthi, we will look into the issue. this should not happen. because when you reset password, it first regenerates a new password, stores it in the db and then send email.
which version of the plugin are you using?
nur
ParticipantTHIS IS NOT AN ISSUE. we have intentionally kept simple membership user id and wordpress user id separate. if this sounds confusing to you then you are using this plugin for wrong purpose. you should look for alternatives.
Thanks,
nur
Participant$auth = BAuth::get_instance(); $user_name = $auth->get('user_name');this works?
nur
Participantsimplemembership doesn’t support this kind of auto migration.
nur
Participantplease look at the documentation section to create these pages
nur
Participantyou should be able to find this page in pages link in wp admin. It is a standard WordPress page.
nur
Participantthanks for nicely showing the issue. i have fixed it.
nur
Participantthe issue has been fixed. an update will released soon.
nur
Participantyou can edit views/add.php file
nur
Participantwhere do you get that message?
nur
Participantcan you provide screenshot of the white page? is there any error msg?
nur
Participanthi,
at this moment email address is not editable. but we will release an update for that soon.nur
Participantplease update the plugin. a lot of login specific code has been updated. i don’t see this issue in any of the installations i have. we really appreciate if any one willing to volunteer and let us have a look at his system where this is happening.
-
AuthorPosts