Commit 976179a3 authored by Romain Loth's avatar Romain Loth

less mentions and pointers about doors in various user messages (todo revert...

less mentions and pointers about doors in various user messages (todo revert after Doors goes out of beta)
parent 96c120db
......@@ -166,7 +166,7 @@ var cmxClt = (function(cC) {
var title, preEmail, emailLegend, passLegend, confirmPass, captchaBlock
// --- template fragments
if (boxParams.mode == 'register') {
title = "Register your email on the Doors portal of the institute"
title = "Register your email"
preEmail = ""
emailLegend = "Your email will also be your login for the ISC services."
passPlaceholder = "Create a password"
......@@ -183,9 +183,9 @@ var cmxClt = (function(cC) {
`
}
else if (boxParams.mode == 'login') {
title = "Login via the Doors portal"
title = "Login"
preEmail = boxParams.email
emailLegend = "This email is your login for both community explorer and the institute's authentication portal 'Doors'"
emailLegend = "This email is your login for community explorer"
passPlaceholder = "Your password"
passLegend = ""
confirmPass = ""
......
......@@ -45,7 +45,7 @@ function miniregValidate(self) {
function showMessageAndSubmit() {
returnForm.elMainMessage.style.display = "block"
returnForm.elMainMessage.innerHTML = "Registering with ISCPIF Doors<br/> and sending validation email..."
returnForm.elMainMessage.innerHTML = "Registering with the test login portal<br/> and sending validation email..."
returnForm.elForm.submit()
}
......
......@@ -71,7 +71,7 @@ function testAsYouGo() {
var teamCityDivStyle = document.getElementById('team_city_div').style
function registerDoorsAndSubmit(){
regfo.elMainMessage.innerHTML = "Registering with ISCPIF Doors<br/> and sending validation email..."
regfo.elMainMessage.innerHTML = "Registering with the test login portal<br/> and sending validation email..."
// REGISTERING ON THE DOORS -------------------------------------
// all values from the form have now been validated
......
......@@ -110,7 +110,7 @@
{% endif %}
{% if return_user.info.interests_text %}
<b>key: </b>{{ return_user.info.interests_text }}<br>
<b>Interests: </b>{{ return_user.info.interests_text }}<br>
{% endif %}
......@@ -133,7 +133,8 @@
<p class="mini-hero" style="max-width:40em">
<small>After submit, you will receive a validation email from the ISCPIF authenticating portal "Doors", then this account <strong>will become active</strong>.</small>
<span class="glyphicon glyphicon glyphicon-exclamation-sign"></span>&nbsp;
<small>You will receive a validation email with a link to click, then your <strong>login will become active here</strong>.</small>
</p>
......
......@@ -98,7 +98,7 @@
This email is your main ID. It won't be shown to the other users (but all the rest will).
<br/>
It will be soon possible to change it via the <a href="https://{{ doors_connect }}/">Doors portal</a>.
It will be soon possible to change it via the future login portal of the institute.
</p>
<!-- readonly version for current profile -->
......
......@@ -20,7 +20,7 @@
<strong>Community Explorer</strong> maps your own socio-semantic network and enables to explore the complex systems researchers community.
<br/>
<br/>
This <strong>registration form</strong> will allow us to update your database information and to create your *login credentials* in <a href="https://{{ doors_connect }}/">the Doors platform (login portal of the institute)</a>.
This <strong>registration form</strong> will create your database information and your login credentials in Doors, the future login portal of the institute</a>.
</p>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment