Disabled Registration + Changed Welcome Message
This commit is contained in:
@@ -48,6 +48,11 @@ public class AccountRegistrationService
|
||||
public async Task<RegisterReplyV2Dto> RegisterAccountAsync(string ua, string ip, string hashedSecretKey)
|
||||
{
|
||||
var reply = new RegisterReplyV2Dto();
|
||||
|
||||
reply.ErrorMessage = "Sign up only available through discord.";
|
||||
return reply;
|
||||
|
||||
/*
|
||||
|
||||
if (!_registrationUserAgentRegex.Match(ua).Success)
|
||||
{
|
||||
@@ -118,6 +123,7 @@ public class AccountRegistrationService
|
||||
RecordIpRegistration(ip);
|
||||
|
||||
return reply;
|
||||
*/
|
||||
}
|
||||
|
||||
private void RecordIpRegistration(string ip)
|
||||
|
||||
Reference in New Issue
Block a user