Giter VIP home page Giter VIP logo

Comments (5)

3s3s avatar 3s3s commented on July 17, 2024

Try to change https://github.com/3s3s/opentrade/blob/master/server/modules/registration/signup.js#L118

utils.render(res, 'pages/registration/signup_confirm', {error: true, message: 'Something wrong (( Please try again. ('+(err.message || JSON.stringify(err))+')'});

It will show the error

from opentrade.

knkrth avatar knkrth commented on July 17, 2024

I made changes as you suggested still same message & No other error has been displayed except.

Something wrong ((
Please try Sign up again.

On the server log I got,

dIjWR0ybt/JqAPaKs=Q2GkrmiCdYLlKbq2JINwcZIE40%3D
{"dIjWR0ybt/JqAPaKsQ2GkrmiCdYLlKbq2JINwcZIE40%3D":{"body":{"username":"admin","email":"[email protected]","password1":"admin","password2":"admin"},"time":1527577857343}}

After clicking the link.

from opentrade.

knkrth avatar knkrth commented on July 17, 2024

Before the merge #42 I can conform the e-mail verification without any problem.

from opentrade.

3s3s avatar 3s3s commented on July 17, 2024

Try to change
https://github.com/3s3s/opentrade/blob/master/server/views/pages/registration/signup_confirm.ejs#L17
https://github.com/3s3s/opentrade/blob/master/server/views/pages/registration/signup_confirm.ejs#L18
https://github.com/3s3s/opentrade/blob/master/server/views/pages/registration/signup_confirm.ejs#L19

      <div class="row" <% var fail = ''; var errMessage = message || "(unknown)"; if (!error) fail = 'style="display:none;"'%> <%- fail %>>
        <div class="offset2 col-md-6">
            <h2>Something wrong (( <%- errMessage%></h2>

And
https://github.com/3s3s/opentrade/blob/master/server/views/pages/registration/signup_confirm.ejs#L17

console.log('Something wrong (( Please try again. ('+(err.message || JSON.stringify(err))+')');
return;

from opentrade.

knkrth avatar knkrth commented on July 17, 2024

Now I got a internal mail server error Error with your mail server: queryMx ETIMEOUT I think its my mail server problem. Right now I leave this issue open, If no one else have the same problem means we can close this issue after a couple of days.

from opentrade.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.