Let an User see his Account Information

0
Hello, im trying to let an User see his Account details. I made an Login Form onto my Homepage: When i click on Registrierung it calls the microflow NewAccountUser: I can register an User and i can also login as an User, but i dont know how to show the Account details.. I hope you can help me!
asked
1 answers
2

You could retrieve the account of the $current_user and pass that object to the edit page of your account. So create a microflow where you do the retrieve and at the end show the Account_Edit page where you pass the account object you just retrieved from the $current_user.

Regards,

Ronald

 

answered