Re: User created date property

2021-02-16 Thread jorgeeflorez
Hi Angela, thanks a lot for your reply. Yes, I thought using my own property to store the creation date would be best, but never considered using an AuthorizableAction. I will take a look into it. Best Regards. Jorge El mar., 16 de febrero de 2021 2:45 a. m., Angela Schreiber escribió: > Hi

Re: User created date property

2021-02-15 Thread Angela Schreiber
Hi Jorge Your observation is correct: Authorizable.getProperty filters out properties in the jcr or rep namespace and only returns properties that could also be set using Authorizable.setProperty. If you add mix:created to a given user node (IMHO that is allowed) to have the jcr:created