joatuapp / joatu-v2

The JoatU application, version 2. Written in Ruby on Rails.
https://alpha.joatu.org
GNU General Public License v3.0
27 stars 5 forks source link

Add "please check your spam folder for confirmation email" to sign up page #319

Closed joatu closed 4 years ago

joatu commented 4 years ago

Add "please check your spam folder for confirmation email" to sign up page until the spam issue is resolved.

rsmithlal commented 4 years ago

Is there any text on or around the form now that you could modify to include this message?

joatu commented 4 years ago

I'm sure there is. Do you know offhand where the form (or page) is located?

rsmithlal commented 4 years ago

It's under the devise directory of the views folder I think. Should be under registrations/new. You can also search the project for the text in the English locales file and go in and change the text there. If you need to add a new text area you can do it in the HTML view mentioned above, but shouldn't need to tough the HTML if there is already a text there that you can append your message to.

joatu commented 4 years ago

I can append it to the 'terms of use' text in the EN file. I'll modify that and see if it works.

[ ] I agree to check my spam folder for my confirmation email and to the terms of use

image

rsmithlal commented 4 years ago

Do it in a new branch (or create a new branch with your change in the github interface) and create a pull request for the branch into master. That should trigger a review app deployment for the branch that you can use to confirm and test your changes

joatu commented 4 years ago

I've modified the en one, I'm just getting a friend to do a better french translation for me before I change the fr one too and try to merge.

joatu commented 4 years ago

Is this safe? @rsmithlal image