Merge lp:~mhall119/awstrial/fix-873023 into lp:awstrial

Proposed by Michael Hall
Status: Merged
Approved by: Matthew Nuzum
Approved revision: 264
Merged at revision: 267
Proposed branch: lp:~mhall119/awstrial/fix-873023
Merge into: lp:awstrial
Diff against target: 25 lines (+2/-2)
2 files modified
awstrial/templates/contacts.html (+1/-1)
awstrial/templates/instance.html (+1/-1)
To merge this branch: bzr merge lp:~mhall119/awstrial/fix-873023
Reviewer Review Type Date Requested Status
Matthew Nuzum (community) Approve
Review via email: mp+79817@code.launchpad.net

Commit message

Change wording on password auth use, since we no longer require that they change their password

Description of the change

Changes the text warning that the user sees when their account doesn't have a launchpad profile, or does not have ssh keys in launchpad, telling them that they will need to change their password at their first login.

To post a comment you must log in.
lp:~mhall119/awstrial/fix-873023 updated
264. By Michael Hall

Remove message, stating that a password change will be required, from the /instance_info/ page

Revision history for this message
Matthew Nuzum (newz) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'awstrial/templates/contacts.html'
2--- awstrial/templates/contacts.html 2011-10-04 15:26:38 +0000
3+++ awstrial/templates/contacts.html 2011-10-20 14:17:55 +0000
4@@ -14,7 +14,7 @@
5 <p>We will give you the hostname and you can SSH directly to the instance with your public SSH key on file in <a href=http://launchpad.net>Launchpad</a>. You will have full <a href=https://help.ubuntu.com/community/RootSudo>sudo (root) access</a>, so take it for an hour-long joyride, install applications, configure services, test your programs, and evaluate the overall experience. We will terminate and clean up the instance automatically within an hour.</p>
6
7 {% if set_password %}
8- <p><em>You do not have ssh keys on file in your launchpad account. We strongly recommend you follow the documentation mentioned above and add keys to your launchpad account. Ssh key authentication is much more secure than password authentication. However, if you would like to launch an instance without using ssh keys, you may do so. Click 'Launch' below, and you will be generated a one-time use password and forced to change it on first login</em></p>
9+ <p><em>You do not have ssh keys on file in your launchpad account. We strongly recommend you follow the documentation mentioned above and add keys to your launchpad account. Ssh key authentication is much more secure than password authentication. However, if you would like to launch an instance without using ssh keys, you may do so. Click 'Launch' below, and you will be generated a random password which you can then change after login</em></p>
10 {% endif %}
11 <div id="contact" class="clearfix">
12 <div id="c_form">
13
14=== modified file 'awstrial/templates/instance.html'
15--- awstrial/templates/instance.html 2011-10-18 13:58:40 +0000
16+++ awstrial/templates/instance.html 2011-10-20 14:17:55 +0000
17@@ -82,7 +82,7 @@
18 {% endif %}
19 {% else %}
20 {% if instance.password %}
21- <p>Your randomly generated one time password is '<b>{{ instance.password }}</b>'. You will be forced to change that on initial login.</p>
22+ <p>Your randomly generated one time password is '<b>{{ instance.password }}</b>'.</p>
23 {% endif %}
24 <p>You can <a href=https://help.ubuntu.com/community/SSH/OpenSSH/ConnectingTo target="_blank" >SSH</a> to your Cloud Server using:</p>
25 <pre> ssh ubuntu@{{instance.ip}}</pre>

Subscribers

People subscribed via source and target branches