@ -906,8 +906,6 @@ If you recieved this email and you did not reset your password, you can ignore t
@@ -906,8 +906,6 @@ If you recieved this email and you did not reset your password, you can ignore t
@ -976,7 +974,7 @@ If you recieved this email and you did not reset your password, you can ignore t
@@ -976,7 +974,7 @@ If you recieved this email and you did not reset your password, you can ignore t
if(config.GitConfig.Enabled)
{
// Git user exists?
if(UserGitExists(config,username))
if(!UserGitExists(config,username))
{
thrownewException($"Git User '{username}' does not exist.");
}
@ -1041,7 +1039,7 @@ If you recieved this email and you did not reset your password, you can ignore t
@@ -1041,7 +1039,7 @@ If you recieved this email and you did not reset your password, you can ignore t
if(config.GitConfig.Enabled)
{
// Git user exists?
if(UserGitExists(config,username))
if(!UserGitExists(config,username))
{
thrownewException($"Git User '{username}' does not exist.");
}
@ -1072,7 +1070,7 @@ If you recieved this email and you did not reset your password, you can ignore t
@@ -1072,7 +1070,7 @@ If you recieved this email and you did not reset your password, you can ignore t
if(config.GitConfig.Enabled)
{
// Git user exists?
if(UserGitExists(config,username))
if(!UserGitExists(config,username))
{
thrownewException($"Git User '{username}' does not exist.");
}
@ -1135,7 +1133,7 @@ If you recieved this email and you did not reset your password, you can ignore t
@@ -1135,7 +1133,7 @@ If you recieved this email and you did not reset your password, you can ignore t
if(config.GitConfig.Enabled)
{
// Git user exists?
if(UserGitExists(config,username))
if(!UserGitExists(config,username))
{
thrownewException($"Git User '{username}' does not exist.");
}
@ -1168,7 +1166,7 @@ If you recieved this email and you did not reset your password, you can ignore t
@@ -1168,7 +1166,7 @@ If you recieved this email and you did not reset your password, you can ignore t
if(config.GitConfig.Enabled)
{
// Git user exists?
if(UserGitExists(config,username))
if(!UserGitExists(config,username))
{
thrownewException($"Git User '{username}' does not exist.");