internetee-registry/test/integration/epp/domain
oleghasjanov 7799727867 feat: add age validation for admin contacts
- Add AgeValidation module for consistent age checks
- Validate admin contacts must be at least 18 years old
- Move age validation logic from Domain to shared module
- Add tests for admin contact age validation
- Fix JSON format for admin_contacts_allowed_ident_type setting

This change ensures that administrative contacts must be adults (18+),
using the same age validation logic as for registrants. The validation
works with both birthday and Estonian ID formats. Settings are now
properly stored as JSON strings for consistent parsing.
2025-03-20 16:37:38 +02:00
..
check Add rate limiting to all EPP actions 2022-10-28 14:00:18 +03:00
create feat: add age validation for admin contacts 2025-03-20 16:37:38 +02:00
delete updated tests 2021-09-08 14:22:12 +03:00
info Add rate limiting to all EPP actions 2022-10-28 14:00:18 +03:00
renew refactored condition and added tests 2021-10-21 10:30:19 +03:00
transfer updated tests 2021-09-08 14:22:12 +03:00
update feat: add age validation for admin contacts 2025-03-20 16:37:38 +02:00
base_test.rb updated tests 2021-09-08 14:22:12 +03:00