Black Friday Sale is now Live

Request: Add filter hook for confirmation code expiration duration

  • Posted 1 week ago

Hello,

I would like to request the addition of a WordPress filter hook to customize the confirmation code expiration duration in the authentication system.

Current Situation:
The confirmation code validity is currently hardcoded to 10 minutes in /app/utils/auth-utils.php at line 113, which cannot be modified without editing the core theme files.

Request:
Could you add a filter hook (e.g., voxel/auth/confirmation_code_duration) to allow developers to customize this duration via child themes or MU-plugins?

Use Case:
Some websites need longer expiration times (30-60 minutes) for users who may take longer to check their emails, particularly for older demographics or in areas with slower email delivery.

Thank you for considering this future request.