mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add real email-based authentication, fix RC account auth to try all 3 login options when it doesn't know #20
This commit is contained in:
@@ -15,7 +15,10 @@ pub enum ExtraUserInfo {
|
||||
Steam {
|
||||
id: u64,
|
||||
},
|
||||
Standalone {
|
||||
Username {
|
||||
password: String,
|
||||
},
|
||||
Email {
|
||||
password: String,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user