How to setup a message error in login module?

I’m working on ver 4.0.4 (AppStore - 14 day trial).
I’m testing the password protection option.
In the login form there is no way to set an error message to be displayed when entering the wrong credentials.
How can I add it?
Can this setting be added in the module setup?

Thanks in advance.
Sincerely
Parsipal

Hi @parsipal, we’re close to adding support for that, didn’t quite make it for the 4.0 release.

1 Like

Thank a lot @duncan.

Hi.

I do it this way: I use the new appearing page of the login as the oops page. It then says that you either used the wrong data or you don’t have authorization. Or something similar. But you have to write that yourself.

The login form stays in and gets the heading “try again”. I have added a form with which you can either request a new password, or request an access.

The actual login is done via a popup that contains the login form. Works fine.

Login ‍forms ‍can ‍also ‍be ‍added ‍on ‍any ‍of ‍the ‍website ‍pages, ‍but ‍a ‍standalone ‍login ‍page ‍needs ‍to ‍exist: ‍it’s ‍where ‍visitors ‍will ‍be ‍sent ‍to ‍authenticate, ‍if ‍they ‍access ‍a ‍restricted ‍page ‍or ‍asset.

Mr. F.

2 Likes