Skip to:
Content
Pages
Categories
Search
Top
Bottom

Bulk Registration


  • kfye
    Participant

    @kfye

    I’m building a site meant for a closed, private community. It is necessary for me to have the entire site password-protected.

    The problem is that I have a list of people I want to add as subscribers, but since the site is password-protected, they can’t access a registration page. Catch 22. Obviously I need to add the subscribers myself, but there is a long list of them. Doing each one by one will take forever.

    Here’s what I’m hoping: does anyone know a way to upload a csv file with subscriber names and emails, and to a sort of “bulk registration”?

Viewing 2 replies - 1 through 2 (of 2 total)

  • danbp
    Moderator

    @danbp

    In which format is your user list ? And does that list contains the same # of columns (10) as wp_user table ?

    If you have access to the DB and phpMyAdmin, you can do this directly with mySql.
    phpMyAmin has an import/export tool.

    Note that if the site is already pw-protected, importing only usernames and emails won’t let them access. You need also to import a pw for them.


    MorgunovVit
    Participant

    @morgunovvit

    It’s still actual question.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar