aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.UI
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-11-24 10:55:24 +0200
committerRoy <Roy.mail.net@gmail.com>2022-11-24 10:55:24 +0200
commitfbd89edca2790b5c6a17927be8efa1c796f51dc0 (patch)
treeb1ba512b252fb3e117f42af766b943bd8698ba72 /Software/Visual_Studio/FSE/Tango.FSE.UI
parent02a189cb0e6feb3e70921726f2004b33f19c962e (diff)
downloadTango-fbd89edca2790b5c6a17927be8efa1c796f51dc0.tar.gz
Tango-fbd89edca2790b5c6a17927be8efa1c796f51dc0.zip
Working on final RSM bug fixes.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI')
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.UI/Authentication/DefaultAuthenticationProvider.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Authentication/DefaultAuthenticationProvider.cs b/Software/Visual_Studio/FSE/Tango.FSE.UI/Authentication/DefaultAuthenticationProvider.cs
index 0a23f4528..c13b18d81 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Authentication/DefaultAuthenticationProvider.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Authentication/DefaultAuthenticationProvider.cs
@@ -180,11 +180,6 @@ namespace Tango.FSE.UI.Authentication
throw LogManager.Log(new AuthenticationException("Login failed for some strange reason."));
}
- if (!user.HasPermission(Tango.BL.Enumerations.Permissions.FSE_RunFSE))
- {
- throw LogManager.Log(new AuthenticationException("You do not have the permissions to access the system."));
- }
-
_tokenRefreshTimer.Start();
CurrentUser = user;