mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-26 23:25:30 +00:00
feat: make the new inbox project the default
This commit is contained in:
@@ -87,7 +87,7 @@ func CreateUser(s *xorm.Session, user *User) (newUser *User, err error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// Dont send a mail if no mailer is configured
|
||||
// Don't send a mail if no mailer is configured
|
||||
if !config.MailerEnabled.GetBool() || user.Issuer != IssuerLocal {
|
||||
return newUserOut, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user