Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Preprocess login requests.

Avatar

Level 2

Hello I need a suggestion about the best way to filter login requests.

For example I need to allow loggin to the platform only for user who has activated his account (some property in user's node). This filter should not be on the frontend and affect login process to siteadmin/crxde.

I will appreciate your ideas about what approach will be the best.

 

Thank you.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 10
2 Antworten

Avatar

Korrekte Antwort von
Level 10

Why don't you make use of diable property & is there for your use case only. http://sling.apache.org/site/managing-users-and-groups-jackrabbitusermanager.html

Avatar

Level 2

Sounds like a solution to my problem. Thank you.