Skip to content

Commit

Permalink
Merge pull request #882 from portagenetwork/yashu-sso-about-help-updates
Browse files Browse the repository at this point in the history
About and Help page changes related to the SSO updates #877
  • Loading branch information
200455939-yashu authored Sep 6, 2024
2 parents d423f09 + afcef7a commit d4906c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

## [4.1.1+portage-4.1.3] - 2024-08-08

- Added SSO changes updates to the About and Help pages. [#822](https://github.com/portagenetwork/roadmap/pull/882)

### Changed

- Bump rexml from 3.2.8 to 3.3.3 [#839](https://github.com/portagenetwork/roadmap/pull/839)
Expand Down
2 changes: 1 addition & 1 deletion app/views/static_pages/about_us.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<% end %>

<p>
<%= _('Please note that we are currently working on single sign-in authentication with your institutional accounts (such as your college or university sign on). You will have the option to link your existing account to your institutional account when that feature becomes available.') %>
<%= _('DMP Assistant has recently implemented single sign on, which will allow you to use CI Logon to use institutional or social accounts in order to sign into your DMP Assistant account.') %>
</p>

<p>
Expand Down
7 changes: 7 additions & 0 deletions app/views/static_pages/help.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
<%= sanitize(_('If you need assistance in developing your data management plan, the following resource may help get you started: <a href="%{how_to_manage_your_data_url}"> How to manage your data</a>. If you require more guidance, contact us at <a href="mailto:%{email_link}?Subject=%{email_subject}">[email protected]</a>.') % {contact_your_institution_url: contact_your_institution_url, email_link: email_link, email_subject: email_subject, how_to_manage_your_data_url: how_to_manage_your_data_url}) %>
</p>

<p>
<% sso_english_guidelines_url = 'https://drive.google.com/file/d/11m2lepJF7207uwqKwR0TzWDcPAZyq6Kb/view?usp=drive_link'%>
<% sso_french_guidelines_url = 'https://drive.google.com/file/d/1QIVhN6P566xUaOyVZMwtfz8a7fI4X1D_/view?usp=drive_link'%>
<%= sanitize(_('For help with single sign-on, help documents are available in <a href="%{sso_english_guidelines_url}"> English </a> and in <a href="%{sso_french_guidelines_url}"> French</a>.') %
{sso_french_guidelines_url: sso_french_guidelines_url, sso_english_guidelines_url: sso_english_guidelines_url } )%>
</p>

<h2 class="fontsize-h3"><%= _("Create a plan") %></h2>

<p><%= _("To create a plan, click the 'Create plan' button from the 'My Dashboard' page or the top menu. Select options from the menus and tickboxes to determine what questions and guidance you should be presented with. Confirm your selection by clicking 'Create plan.'") %></p>
Expand Down

0 comments on commit d4906c4

Please sign in to comment.