Manual activation registration

Home Forums Legacy Support Support queries How-to & Troubleshooting Manual activation registration

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #237236
    turpin
    Participant
    Hello. Thanks for your support. I would like to activate manually the register of my students and the inscription to the courses. I have the mail settings on. What is the best way to do it? Thanks in advance.
    #237315
    logan
    Member
    Hello, please let me know if you are using BuddyPress default registration or wplms custom registration.?? this is only possible with the wplms custom registration form. have a look: https://wplms.io/support/knowledge-base/custom-registration-forms-in-wplms/ set it up then goto wp-admin >> users >> all users >> pending >> activate them.
    #241476
    turpin
    Participant
    Sorry for answering so late but I've been doing a lot of tests and I'm having problems: 1- the user does not receive an email. 2- How to translate some form fields and modify the css?   tou can see it in: https://aets.org.es/registro/ Thank you and sorry for the inconvenience
    #241502
    logan
    Member
    This reply has been marked as private.
    #241566
    turpin
    Participant
    I want to make it receive
    #241660
    logan
    Member

    Hello,

    deactivate all third party plugins with cache plugin if using.

    ** activate: https://wplms.io/support/knowledge-base/postman-smtp-for-emails/

    configure it and then check if the test email goes in your wp-admin email's inbox.

    ** check other emails that are going or not?? like forgot password and woocommerce.

    ** then goto wp-admin >> lms >> settings >> emails >> set these two values.

    refer: http://prntscr.com/pukpfq


    if it does not work then go to wp-content / themes / wplms / functions.php by using ftp and then add this line one by one,

    add_filter( 'bp_email_use_wp_mail', '__return_true' );

    if it does not work then replace with this one

    add_filter( 'bp_email_use_wp_mail', '__return_false' );

    check if it works.


    the custom registration page only works when you paste the shortcode into a page.

    refer: https://wplms.io/support/knowledge-base/custom-registration-forms-in-wplms/

    #243118
    turpin
    Participant
    Hello, Now works fine. Thanks. The only thing is that appears {{recipient.name}}. Also I don´t understand why the users need to be activated if they are retrieving this activation link. There is a better solution to activate the users manually and send an email waiting for the activation from the admin to the users?
    #243240
    logan
    Member
    if you want to disable the activation mail and then manually approve the registration then use wplms default registration page. here is the guide: https://wplms.io/support/knowledge-base/custom-registration-forms-in-wplms/ create a form then replace this with the buddypress default and you will be able to restrict the users.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Manual activation registration’ is closed to new replies.