Forum Replies Created
-
AuthorPosts
-
June 10, 2015 at 3:35 am in reply to: conflicts between WordPress user accounts and SMP user accounts #2024
nur
Participantswpm automatically synchronizes users with wordpress user system.
when you log into swpm, you should automatically be logged into wordpress.first of all, can you verify that user name you are trying to log in with, exists in wordpress.
June 7, 2015 at 6:26 pm in reply to: username,password not getting replaced properly in user notification mails #1988nur
Participantjust to confirm, you are creating user from the admin side and checked “Notify User” checkbox, right?
nur
Participant$auth = SwpmAuth::get_instance(); if ($auth->is_logged_in()) { echo $auth->get('user_name'); }May 31, 2015 at 2:17 am in reply to: Can i use Indian Payment Gateways Like CC Avenue or PayU r else? #1923nur
ParticipantCurrently we only support paypal. but supporting other payment gateways should not be very difficult. you need to write an addon for that. For help, you can take a look at the paypal integration script.
nur
Participanton a separate note, you don’t really need any integration addon to get buddypress work. when you log into simple membershipo system, it also programetically logs you into wordpress system. so buddypress should work seamlessly.
nur
ParticipantHi we have developed a bbpress integration addon which we haven’t released yet. but if you want to try it, let us know.
nur
ParticipantHi,
Sorry about that. we have fixed the issue, and being released now.nur
Participantcurrently users can change their password from their profile page once they are logged in. apart from that, we don’t have any alternative to choose password.
nur
Participanthi,
we have developed a bbpress addon but thats not released yet. but we don’t have anything for buddypress..nur
ParticipantHi,
thanks for reporting. We are investigating this issuenur
ParticipantHi,
currently we don’t have anything like that. but it should be easy to create with shortcode.nur
ParticipantHi mikeberg,
We will release an update soon to fix this issue. That should fix it.nur
Participantplease take look at this post :
https://simple-membership-plugin.com/forums/topic/keeps-forcing-me-to-login/#post-1511nur
Participanthi,
when a user logs in, this plugin creates an encrypted digest message using user name, password and expiration time. so if you change password while logged in, it finds that the stored digest and the newly generated digest (with new password) doesn’t match and asks you to login again.as a temporary solution, if you change password then just logout. it will clear old digest. then login with new password. you should be fine. I will this in my todo list and work out a better, more use-friendly flow for this.
thanks for your input.
nur
Participantdid you check if the email went to spam folder or not?
-
AuthorPosts