This topic is locked

logout button

1/14/2021 9:55:52 AM
PHPRunner General questions
F
fmbma author

In phpr 10.4, I have a special function where the user logs in and goes right to edit his own information. How do I put a logout button on the Edit screen?

DealerModulesDevClub member 1/14/2021

Hi f-b,
You should be able to go to the "Edit Screen". Select a cell where you want to insert a button, click the "Insert" from the menu above, select "Standard Button" and finally select the "Log Out" button.
Thanks

Paul

F
fmbma author 1/14/2021



Hi f-b,
You should be able to go to the "Edit Screen". Select a cell where you want to insert a button, click the "Insert" from the menu above, select "Standard Button" and finally select the "Log Out" button.
Thanks

Paul


Thanks for the response. I don't see logout button as a choice.

DealerModulesDevClub member 1/14/2021



Thanks for the response. I don't see logout button as a choice.


Hi f-b,

I am postng a screen shot of what I see.

Hopefully this may help.

Paul

admin 1/14/2021

Using the Standard button is a very valid approach. I would also add that there is a Security API logout() function that you can also use in your code:

https://xlinesoft.com/phprunner/docs/secapi_logout.htm