• Hi,

    I have a real concern for my community, we have decided not to take the wpglobus extension anymore for personal reasons. So we chose the multisite solution, unfortunately we realized that if we allow registrations, we are not on the page wp-login.php but on wp-signup.php.

    We would like the registration page to be back on the wp-login page depending on the site. We do not want a registration on the main site that is not in English, but in French. Going to tell anglophones to learn French to register is a considerable loss of anglophone users for us and we can’t afford it.

    How do we solve our problem? Example: mydomain.tld/wp-login.php?action=register and mydomain.tld/en/w

    Thanks

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Changing registration from wp-signup.php to wp-login.php is not feasible because multisite uses a completely different registration scheme. It’s possible to create a custom registration page that adds users, but it cannot be wp-login.php and implementing the email verification isn’t trivial.

    It’s possible to change the language displayed with custom code that uses the “locale” filter. Once the user is registered, they can choose their preferred language in their profile.

Viewing 1 replies (of 1 total)
  • The topic ‘Multisite with several languages, registration problem’ is closed to new replies.