From 9695041a86ffeb1bfc5ced654cb04a9833eb9288 Mon Sep 17 00:00:00 2001
From: Andy Staudacher
Date: Sun, 7 Feb 2010 16:56:19 -0800
Subject: Change welcome message dialog to link to the user_profile page
instead of the change user dialog. a) the edit user form doesn't include the
password anymore b) the new admin would probably also like to change the
email, so directing him to the profile page with options to change the pw /
email.
Ideally, we'd have a special purpose edit profile page for the install experience, without prompting for the randomly generated password. But that's something for another task.
---
modules/gallery/views/welcome_message.html.php | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
(limited to 'modules')
diff --git a/modules/gallery/views/welcome_message.html.php b/modules/gallery/views/welcome_message.html.php
index 24d01bab..caeeff66 100644
--- a/modules/gallery/views/welcome_message.html.php
+++ b/modules/gallery/views/welcome_message.html.php
@@ -15,15 +15,12 @@
- id}") ?>"
+ id}") ?>"
title="= t("Edit your profile")->for_html_attr() ?>"
id="g-after-install-change-password-link"
class="g-button ui-state-default ui-corners-all">
- = t("Change password now") ?>
+ = t("Change password and email now") ?>
-
--
cgit v1.2.3