Details
-
Type:
Improvement
-
Status: Done/Fixed
-
Priority:
Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.8
-
Fix Version/s: 2.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
Currently, if the User Account Registration option is enabled in for a Profile (is_cms_user) - it does NOT show up when Previewing the Profile AND it is not included in the provided Standalone Form HTML.
This "problem" is due to the fact that when the Profile is previewed or rendered for Standalone - there is an authenticated user session (which causes the user reg element to be suppressed). So we need to conditionally NOT suppress this element for the Preview and Standalone HTML generation cases.