Created attachment 702682 [details] cannot sign up successfully with error message Description of problem: User cannot sign up successfully on devenv_2861. Version-Release number of selected component (if applicable): devenv_2861 How reproducible: always Steps to Reproduce: 1.Create an instance on EC2 2.Login the instance and execute: sh /etc/drupal6/enable-sso.sh 3.Go to the website's sign up page 4.Fill the username, password, Captcha 5.Click "SIGN UP" to create a new account Actual results: At step 5, cannot sign up successfully with error message as attachment shown. Expected results: User should sign up successfully. Additional info: Development.log from /var/log/openshift/site is also attached.
Created attachment 702683 [details] development.log from /var/log/openshift/site
Fixed in https://github.com/openshift/li/pull/928, didn't cleanly delete all references to the old code.
Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/bb35a775aad462d3ddb371f00baa26c95e231281 Bug 915602 - Unable to signup Failed to delete one remaining reference to cloud_access
Created attachment 703264 [details] Error message shown when sign up on devenv_2866
Created attachment 703266 [details] development.log from /var/log/openshift/site on devenv_2866
Tested this issue on devenv_2866, user can register new accounts now, but sometimes would get error message:"A system error has occurred. If the problem persists, please contact Red Hat support." when registered new account. The development.log from /var/log/openshift/site on devenv_2866 have been attached as attachment 703266 [details]. Version-Release number of selected component (if applicable): devenv_2866 How reproducible: Random(80%) Steps to Reproduce: 1.Create an instance on EC2 2.Login the instance and execute: sh /etc/drupal6/enable-sso.sh 3.Go to the website's sign up page 4.Fill the username, password, Captcha 5.Click "SIGN UP" to create a new account 6.Check user's email 7.Click the confirm url Actual results: At step 5, Got a page with error messages as attachment 703264 [details] shown. At step 6, user can receive a email to confirm the new account At step 7, user can login automatically after click the confirm url Expected results: At step 6, user should get a correct page said that the confirm email have been sent.
The same issue exists on STG(devenv-stage_307), user can receive confirm email, but will meet system error on the page.
This is just streamline problems, isn't related to the previous issue. Please mark this closed and open another issue.
Found no issue on Comment 6 on devenv_2870. User can register normally now. So verified this bug and would not open new bugs.