+ Reply to Thread
Results 1 to 6 of 6

Thread: Multiple account types, but only 1 available when registration

  1. #1

    Multiple account types, but only 1 available when registration

    Hi,

    I have 5 account types in my site, including "User" account type.

    I would like to know how can I have "User" as the only account type option available when users create their accounts. And I don't want to inactivate the other account types because I want to be able to change the account type from "User" to another account type via Admin Panel after the user sign up.

    Thanks!

  2. #2
    Hello Ivan,

    Strange request. You are the first who want it. I think will be better if you create a ticket with your request and we will create it for you like a customization.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Hi Viktor,

    I know this isn't a difficult modification to open a ticket.

    Can I just modify this code in the /tpl/controllers/registration.tpl

    PHP Code:
    Only registered members can view the code
    to something like this:

    PHP Code:
    Only registered members can view the code
    Where "40" is the value for the account type I want to use.

    Thanks!

  4. #4
    Junior Member
    Join Date
    Aug 2010
    Posts
    25
    I'm looking to do this exact same thing. Did you ever get it resolved?

    We have 2 account types, 'Dealers' and 'Buyers'. We don't want to open up so that anyone can register as a 'Dealer'.

    Can the account type be defaulted and hidden so that it will only use 'Buyers'?

  5. #5
    Junior Member
    Join Date
    Aug 2010
    Posts
    25
    Nevermind, I figured it out based on this post.
    http://forum.flynax.com/showthread.p...t=account+type

  6. #6
    Senior Member
    Join Date
    Mar 2019
    Location
    Philadelphia, PA, USA
    Posts
    120
    Excellent. Thanks for pointing this out.

+ Reply to Thread