• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

user signups

wayne2

Chevereto Member
hi
is there any way to have a in between method of sign-ups, atm its either open to anyone or off, is there anyway to have a option to generate random signup links so they can be sent to friends etc.

or another way i was thinking but couldn’t follow the code , could i manually insert a username and email address into a db table then chevereto can process the rest by sending the email, the reason i ask that is i have a db with members in it and rather than manually create each account or try and integrate it, a nice lil script could fetch the info from 1 db and put it in another

just thought id ask the question :thumbsup:
 
Can you just make a script like this on your own? Seems pretty basic. You seem to know atleast what a database is. 😛 So... assuming you do a bit of sql googleing... you should be able to move the users from XX to XY.
 
you can do it all manual using the form or using the built in methods, check for User::insert() and Login::insert(). those are user and login classes.
 
Back
Top