Symptom
The RMK sign in page is not showing the Talent community apply page. It shows the career site apply page as below :
The customer is expecting to see the below talent community page :
Environment
RMK Career site login
Reproducing the Issue
Access any RMK site and click login/view profile
Resolution
Please follow the below steps to have this page enabled :
1.Configure the talent community pages in command centre --> Talent community set up.
<field type="text" id="email" required="true" label="Email" maxlength="100" minlength="6" validation="regular_expression"/>
<field type="password" id="password" required="true" label="Password" maxlength="20" minlength="6"/>
<field type="password" id="passwordconfirm" required="true" label="Confirm Password" maxlength="20" minlength="6"/>
<field type="text" id="firstname" required="true" label="First Name" maxlength="50" minlength="3"/>
<field type="text" id="lastname" required="true" label="Last Name" maxlength="50" minlength="4"/>
<field type="text" id="phone" required="true" label="Phone Number" maxlength="20" minlength="7"/>
<field type="text" id="currentemployer" required="false" label="Current Employer" maxlength="50" minlength="4"/>
<field type="text" id="currenttitle" required="true" label="Current Title" maxlength="50" minlength="0"/>
<field type="select" id="interestlevel" required="false" label="Interest Level" maxlength="20" minlength="0">
2.In admin tools --> password policy settings ensure the below configuration is made
Minimum Length: 6
Maximum Length: 20
Maximum Successive Failed Login Attempts: 5
Password Reset Email: BLANK (does not matter since account lockout is disabled)
Case Sensitive (recommended): ENABLED
Mixed Case required: DISABLED
Non-alpha characters required: DISABLED
Keywords
RMK Talent community, SIGN IN , KBA , LOD-SF-RMK-INT , Integrations with RCM, Job Posting, CAS , Problem