Patch for "15.04_STABLE" branch: https://reviews.mahara.org/4780
-- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1378581 Title: Incomplete storage of admin's email at install Status in Mahara ePortfolio: Fix Committed Status in Mahara 15.04 series: In Progress Status in Mahara 15.10 series: Fix Committed Bug description: From https://bugs.launchpad.net/mahara/+bug/1376072/comments/1: When the admin user is first created it is assigned the '[email protected]' dummy email address. This address is saved in usr table email column and is also saved in artefact table under title column as artefacttype = 'email' and in artefact_internal_profile_email table during the install page. When you continue onto the next page you are prompted to save a new password and email address This new email is saved in the usr table (post this fix: https://reviews.mahara.org/#/c/3201/2) and artefact_internal_profile_email but doesn't update the artefact table. When I install via cli I get the email address variable being saved in usr table but not in artefact nor artefact_internal_profile_email - they are still [email protected] We need to adjust it so whether installing via browser or cli that the admin user's email address is correct in all three places To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1378581/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

