Creating a user login with Jetengine

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • Easy to follow creation of a User Registration form through Crocoblocks Jetengine. If you would like more tutorials let me know in the comments below! Hope this was helpful!
    How to deny a non-admin to the WP-admin (add this to your functions.php).
    function wpabsolute_block_users_backend() {
    if ( is_admin() && ! current_user_can( 'administrator' ) && ! wp_doing_ajax() ) {
    wp_redirect( home_url() );
    exit;
    }
    }
    add_action( 'init', 'wpabsolute_block_users_backend' );

Комментарии • 7

  • @odeltav
    @odeltav 3 года назад +23

    That is a User Registration page, not a login page.

  • @hafizhnk4607
    @hafizhnk4607 3 года назад +1

    cant wait to watch your another tuts on jet engine. Great video, Cam!

  • @Stath1s_K
    @Stath1s_K 2 года назад

    Thank you for the tutorial!

  • @TheChefchapa
    @TheChefchapa Год назад

    Nice! Anda the login???

  • @entrepotes5630
    @entrepotes5630 3 года назад

    Do you know how to add new fields map ? I created a professionnal profil and added meta box in user profil like(Societe name) but I can't see it in Fields map ....

  • @boniprakarsa5090
    @boniprakarsa5090 2 года назад

    You seem so Fuzzy !

  • @adlyrahmani
    @adlyrahmani Год назад

    how mismatch tow fields password and confirm password !!!!