diff options
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs index 38c75934a..cf03b367c 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs @@ -89,9 +89,9 @@ namespace Tango.MachineService.Controllers throw new AuthenticationException("You do not have permission to access Tango FSE. Please contact your administrator."); } - if (request.Build == BuildVariants.TwineStudio && !user.HasPermission(Permissions.TwineStudioAccess)) + if (request.Build == BuildVariants.TwineRSM && !user.HasPermission(Permissions.TwineRSMAccess)) { - throw new AuthenticationException("You do not have permission to access Twine Studio. Please contact your administrator."); + throw new AuthenticationException("You do not have permission to access Twine RSM. Please contact your administrator."); } user.LastLogin = DateTime.UtcNow; |
