Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

registration email adress domain (3 posts)

Started 1 year, 4 months ago by: stefaane

  • Profile picture of stefaane stefaane said 1 year, 4 months ago:

    hello

    i’m making a social networksite for a specific community
    and I only want to allow people with a specific emailadress (example@specific_domain.com)

    however, once they are registered, I want them to be allowed to change their e-mailadress
    so I only want to change the registration form

    how should I do this?

    thanks

  • Profile picture of techguy techguy said 1 year, 4 months ago:

    The first part is simple. Make sure you’re using WPMU (even if you don’t use the extra blog features). Then, there’s a configuration option to restrict registration to certain domains.

    I haven’t tested the changing the email after the fact, but you’ll probably have to filter something to make it possible for them to change their email since I’m pretty sure it will still require the specified domains if you don’t tell it not to.

  • Profile picture of stefaane stefaane said 1 year, 4 months ago:

    thanks, I will try that