forked from github/server
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
b2a8fc8c75
|
@ -172,8 +172,7 @@ newfaction *read_newfactions(const char *filename)
|
||||||
sz += strlcat(password, itoa36(rng_int()), sizeof(password));
|
sz += strlcat(password, itoa36(rng_int()), sizeof(password));
|
||||||
}
|
}
|
||||||
for (f = factions; f; f = f->next) {
|
for (f = factions; f; f = f->next) {
|
||||||
if (strcmp(f->email, email) == 0 && f->subscription
|
if (strcmp(f->email, email) == 0 && f->age < MINAGE_MULTI) {
|
||||||
&& f->age < MINAGE_MULTI) {
|
|
||||||
log_warning("email %s already in use by %s", email, factionname(f));
|
log_warning("email %s already in use by %s", email, factionname(f));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue