How to secure login

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

How to secure login

Post by Moh Youba » 2021-03-11 09:51

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

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: How to secure login

Post by jsetzer » 2021-03-11 09:55

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!
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

Re: How to secure login

Post by Moh Youba » 2021-03-11 10:42

Hello

sorry for my bad English. I want to integrate security like
LDAP Authentication/Multi-factor authentication

Thank you

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: How to secure login

Post by pbottcher » 2021-03-11 19:57

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, ....
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: How to secure login

Post by onoehring » 2021-03-12 10:48

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

Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

Re: How to secure login

Post by Moh Youba » 2021-03-13 20:41

Hi
OK, going to have a look
Thank you

Post Reply