Hello,
I´m trying to customize the user creation process, that it is possible to define the user account activation date (when the account gets enabled) and the expiration date of the account.
I used two custom Adaxes attributes called CustomAttributeDate1 (Activation Date) and CustomAttributeDate2 (Expiration Date) in my form.
Everything woks fine, a scheduled task enables the account when the date is reached and the expiration date is set correctly.
But I want to limit the expiration date in the web form, that a requester cannot set the expiration date higher than activation date + 14 days.
When I open the properties of the AccountExpiration property name, I can only choose a date for "must be one of the following values only".
It is possible to copy something from the clipboard, but I don´t no how the expression could look like.
Could you please tell me, if something is possible?
Thank you
Regards,
Thorsten