Reviewed: https://reviews.mahara.org/4755 Committed: https://git.nzoss.org.nz/mahara/mahara/commit/d6cd92425fbb70e4cbd9b6a668af1789997a38f1 Submitter: Robert Lyon ([email protected]) Branch: master
commit d6cd92425fbb70e4cbd9b6a668af1789997a38f1 Author: Jono Mingard <[email protected]> Date: Fri May 8 10:19:45 2015 +1200 Ensure dummy admin email is changed on install (Bug #1378581) Email is now changed in all three tables it's stored in during both web and cli install Change-Id: I952e0cbc1d573acdacecad00a4a7eddf2251ede2 -- 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 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

