Using the ForgotPassword and Deeplink modules from the app store and implemented correctly.
Using Debug I notivce when I start the app and the first page shown is the pop-up to enter my user name (login page), that the %currentUser = Anonymous
After entrering my login name and press the Login button I enter the MF associated with the Anonymous user; this MF receives 2 parameters (AnonymousUser and SignedInUser).
But the %currentUser = MyLogInUser.
So, somewhere after entering the login name and pressing the button the %currentUser has been changed from anonymous to the LoginUser.
How can I do that in a MF: change the %currentUser from Anonymous to the actual signed in user?
I think it would be handy when a user who forgot his password and enters a new one, can then enter the app with his own authorisations and not woth that of the Anonymous one.