FAQ/PostLogin.md
... ...
@@ -4,8 +4,6 @@
4 4
5 5
##About
6 6
7
-**This method is obsolete. Use [[InitializeReporting|/FAQ/InitializeReporting]] instead**.
8
-
9 7
The PostLogin method allows you to call it from your login page using the line of code: ``Izenda.AdHoc.AdHocSettngs.AdHocConfig.PostLogin();``
10 8
11 9
This will enable you to run any user/role related code, before the global settings are run from either the _Settings.aspx_ page or the ConfigureSettings() method in the _Global.asax_.
... ...
@@ -13,6 +11,7 @@ This will enable you to run any user/role related code, before the global settin
13 11
> Call Izenda.AdHoc.AdHocSettngs.AdHocConfig.PostLogin() from your login
14 12
> page after authentication is successful
15 13
14
+_**Obsolete:** This method has been replaced with [[InitializeReporting|/FAQ/InitializeReporting]] in Izenda 6.7 and later._
16 15
```csharp
17 16
public override void PostLogin()
18 17
{