The MU forums have moved to WordPress.org

Need to enable Registration (18 posts)

  1. jfebus
    Inactive
    Posted 18 years ago #

    Hi All,

    Can you please tell he how to enable registration? If I go to http://www.coquiblog.com/wp-register.php I get the

    Registration Disabled
    User registration is currently not allowed.
    Home

    Where can I enabled the registration?

    Thanks

  2. partypageusa
    Member
    Posted 18 years ago #

    looks like your site is experiencing internal server error 500

  3. EnderatEros
    Member
    Posted 18 years ago #

    I also get the same thing, http://sitename/wp-register/wp-register.php gives me:
    User registration is currently disabled.

    How to fix?

  4. Ste_000
    Member
    Posted 18 years ago #

    yes...i have the same problem...please give us a solution!

  5. Invizz
    Inactive
    Posted 18 years ago #

    try to go to PHPMyAdmin
    =>your base
    =>sitemeta
    =>users_can_register
    =>make it true

  6. Invizz
    Inactive
    Posted 18 years ago #

    OR easier way, to the wp-register to the very top of the file
    paste this:
    update_site_option('users_can_register',1);

    if it will works, delete this line after first execution. Not sure, but.

  7. Ste_000
    Member
    Posted 18 years ago #

    in phpmyadmin i don't found user_can_register in the wpmu_site table....and the other don't works...any idea? tnk invizz

  8. Invizz
    Inactive
    Posted 18 years ago #

    in wp-register.php in the top
    paste: add_site_settings('user_can_register',1);
    must help

  9. Ste_000
    Member
    Posted 18 years ago #

    don't work :(

    http://ilblog.it/wp-register/wp-register.php

    say the registration is disabled :(

    i have put the string here in wp-register.php :

    <?php
    require('./wp-config.php');
    require_once( ABSPATH . WPINC . '/registration-functions.php');
    add_site_settings('user_can_register',1);
    $action = $_REQUEST['action'];
    ...
    ...

  10. Invizz
    Inactive
    Posted 18 years ago #

    blah, this sucks, last try, go to phpmyadmin -> base ->wp_1_options->user_can_register make it 1

  11. Ste_000
    Member
    Posted 18 years ago #

    nothing...thanks invizz...i attend others suggestions :(

  12. Ste_000
    Member
    Posted 18 years ago #

    no...wait ! http://www.ilblog.it/wp-register/wp-register.php > in the main blog now works...but no in the blogs...will be the way of the solution?! eheh

  13. Ste_000
    Member
    Posted 18 years ago #

    no solution? anyone can helpme? thanks bye Ste

  14. Ste_000
    Member
    Posted 18 years ago #

    please help me, i need the registration in wpmu

  15. ddaoud
    Member
    Posted 15 years ago #

    same problem here

  16. tdjcbe
    Member
    Posted 15 years ago #

    Dashboard -> Site Admin -> Options -> Look for your choices.

  17. ramannanda9
    Member
    Posted 15 years ago #

    >>>Here is the sloution to your problem
    >>open the Database of wordpress
    >>Then update the Information in wp-options
    >> set user_can-register option to 1
    >>That definitely does it

    then open http://yoursite.com/wp-register.php

    <<<< If you are a novice with databases try mysql query browser It is sourceforge.net project helps you by providing a gui for Mysql and ofcourse i hope you are using Mysql

    Gnu(Gnu's not unix)

  18. gnozu
    Member
    Posted 15 years ago #

    User registration sucks generally in WPMU, because:

    1. out the box users can't choose their own password when registering
    2. wp-login.php, wp-signup.php, and wp-activate.php have styling inline. Even worse the stupid system assumes that if someone's reading blog X when they register they won't mind seeing a totally different layout. It's completely confusing for the user, because they naturally believe they're registering for blog X, not the system as a whole.

About this Topic