mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-10 21:27:30 -06:00
set app id on new signups
This commit is contained in:
parent
840a3fead4
commit
e66f12dcfe
2 changed files with 3 additions and 2 deletions
|
|
@ -148,7 +148,7 @@ type DB interface {
|
|||
|
||||
// NewSignup creates a new user in the database with the given parameters, with an *unconfirmed* email address.
|
||||
// By the time this function is called, it should be assumed that all the parameters have passed validation!
|
||||
NewSignup(username string, reason string, requireApproval bool, email string, password string, signUpIP net.IP, locale string) (*model.User, error)
|
||||
NewSignup(username string, reason string, requireApproval bool, email string, password string, signUpIP net.IP, locale string, appID string) (*model.User, error)
|
||||
|
||||
/*
|
||||
USEFUL CONVERSION FUNCTIONS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue