Protect my backend access (/admin) #2154
Answered
by
nadar
devPhpMostafa
asked this question in
Questions & Problems
-
Hello, I need to know how to protect my backend path access as (/admin) alias is easy to be predictable |
Beta Was this translation helpful? Give feedback.
Answered by
nadar
Jul 21, 2022
Replies: 1 comment
-
Its not possible to change the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
devPhpMostafa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Its not possible to change the
admin
path, but i would recommend to enable secure login instead! Protected the login process with 2fa by email or OTP. See https://luya.io/guide/app/security.html for more options to make protection better