docs(02-01): complete provider registration form plan

Phase 2 Plan 1 execution summary:
- Created Formidable registration form with 5 German-labeled fields
- Implemented auto-login and ddhh_provider role assignment
- Email uniqueness and password validation enforced
- Organization name stored as user meta
- All tasks completed successfully with 2 commits

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-14 19:20:59 +09:00
parent da8c6b0542
commit 1c6598d8c2
4 changed files with 63 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ class DDHH_JM_Activator {
// Register custom roles
DDHH_JM_Roles::add_roles();
// Create provider pages
DDHH_JM_Pages::create_provider_pages();
// Set flag to flush rewrite rules on next init
set_transient( 'ddhh_jm_flush_rewrite_rules', 1, 60 );
}