aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-23 11:17:23 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-23 11:17:23 +0300
commitea97f593f82a1176125901c257c8e81c45c23b67 (patch)
tree338a2fee2470779e6094d21b586d6b2a653f4c94 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI
parenta8718859eea4329ec9ecd3f7155e0001aa610c3d (diff)
downloadTango-ea97f593f82a1176125901c257c8e81c45c23b67.tar.gz
Tango-ea97f593f82a1176125901c257c8e81c45c23b67.zip
ObservablesContext is now LazyLoading = 'false' by default.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Authentication/DefaultAuthenticationProvider.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Authentication/DefaultAuthenticationProvider.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Authentication/DefaultAuthenticationProvider.cs
index de84e43e8..c16f76449 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Authentication/DefaultAuthenticationProvider.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Authentication/DefaultAuthenticationProvider.cs
@@ -51,7 +51,6 @@ namespace Tango.MachineStudio.UI.Authentication
{
using (ObservablesContext db = ObservablesContext.CreateDefault())
{
- db.Configuration.LazyLoadingEnabled = false;
String hash = User.GetPasswordHash(password);