OAuth: use IP config

This commit is contained in:
M66B 2021-08-13 22:32:34 +02:00
parent b84f59b4aa
commit 08317ae814
1 changed files with 1 additions and 0 deletions

View File

@ -747,6 +747,7 @@ public class FragmentOAuth extends FragmentBase {
ident.provider = provider.id;
ident.user = username;
ident.password = state;
ident.use_ip = provider.useip;
ident.synchronize = true;
ident.primary = ident.user.equals(ident.email);
ident.max_size = max_size;