Page 1 of 1
How to secure login
Posted: 2021-03-11 09:51
by Moh Youba
Hello
I need your help to secure the login. I am using AppGini v5.94
The login in AppGini is not secure. What is the best practice to secure and how?
Thank you
Re: How to secure login
Posted: 2021-03-11 09:55
by jsetzer
Hello,
can you explain a bit more detailed why the login in AG 5.94 is not secure, please. Which part/step of the login procedure are you refering to?
This could help for improving the current implementation.
Thanks!
Re: How to secure login
Posted: 2021-03-11 10:42
by Moh Youba
Hello
sorry for my bad English. I want to integrate security like
LDAP Authentication/Multi-factor authentication
Thank you
Re: How to secure login
Posted: 2021-03-11 19:57
by pbottcher
Hi,
this is still not very specific. By default you only have the AppGini Login System.
For all other options you need to add some code to handle your specific needs. I remember that on the forum there are solutions proposed for different options like LDAP, or Captcha, ....
Re: How to secure login
Posted: 2021-03-12 10:48
by onoehring
Hi Moh,
for "mutli-factor" we can offer two-factor

See my footer "Two Factor Authentication":
viewtopic.php?f=7&t=3306&p=11478
Olaf
Re: How to secure login
Posted: 2021-03-13 20:41
by Moh Youba
Hi
OK, going to have a look
Thank you