FAQ/PostLogin.md
... ...
@@ -1,5 +1,11 @@
1 1
#The PostLogin() Method
2 2
3
+[[_TOC_]]
4
+
5
+##About
6
+
7
+**This method has been deprecated. Use [[InitializeReporting|/FAQ/InitializeReporting]] instead**.
8
+
3 9
The PostLogin method allows you to call it from your login page using the line of code: ``Izenda.AdHoc.AdHocSettngs.AdHocConfig.PostLogin();``
4 10
5 11
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_.