diff --git a/Swift.API/GoogleAuthenticator/GoogleAuthenticatorAPI.cs b/Swift.API/GoogleAuthenticator/GoogleAuthenticatorAPI.cs index 0144638..c3ab62d 100644 --- a/Swift.API/GoogleAuthenticator/GoogleAuthenticatorAPI.cs +++ b/Swift.API/GoogleAuthenticator/GoogleAuthenticatorAPI.cs @@ -14,7 +14,7 @@ namespace Swift.API.GoogleAuthenticator string userUniqueKeyEncrypted = EncryptDecryptUtility.Encrypt(userName + _key, _keyForEncDec); Utility.WriteSession("UserUniqueKey", userUniqueKeyEncrypted); - var _googleSetupInfo = _tfa.GenerateSetupCode("JME REMIT", userName, userUniqueKeyEncrypted, 200, 200, true); + var _googleSetupInfo = _tfa.GenerateSetupCode("IME LONDON", userName, userUniqueKeyEncrypted, 200, 200, true); _model.SetupCode = _googleSetupInfo.ManualEntryKey; _model.BarCodeImageUrl = _googleSetupInfo.QrCodeSetupImageUrl; @@ -25,7 +25,7 @@ namespace Swift.API.GoogleAuthenticator { GoogleAuthenticatorModel _model = new GoogleAuthenticatorModel(); - var _googleSetupInfo = _tfa.GenerateSetupCode("JME REMIT", userName, userUniqueKeyEncrypted, 200, 200, true); + var _googleSetupInfo = _tfa.GenerateSetupCode("IME LONDON", userName, userUniqueKeyEncrypted, 200, 200, true); _model.SetupCode = _googleSetupInfo.ManualEntryKey; _model.BarCodeImageUrl = _googleSetupInfo.QrCodeSetupImageUrl; _model.ManualEntryKey = _googleSetupInfo.ManualEntryKey; diff --git a/Swift.web/Admin/Default.aspx b/Swift.web/Admin/Default.aspx index 2ccaa9d..46ec9c0 100644 --- a/Swift.web/Admin/Default.aspx +++ b/Swift.web/Admin/Default.aspx @@ -87,22 +87,22 @@ - + <%-- - + <%-- --%> - + --%> -<%-- --%> - + +