Giter Site home page Giter Site logo

Comments (16)

Sreejit7 avatar Sreejit7 commented on July 27, 2024 1

Got it. I would like to try this, would you please assign this to me?

from adonis-starter.

yann-yinn avatar yann-yinn commented on July 27, 2024 1

maybe it's time to consider moving password fields to their own component / partial to avoid dupplicated code, feel free to suggest what you think is the best :)

from adonis-starter.

yann-yinn avatar yann-yinn commented on July 27, 2024 1

yep we are sending mail on account creation / forgot password, so you need to configure a STMP. I'm using "send in blue" in France but maybe you can create a "mailgun" account for example ?

from adonis-starter.

Sreejit7 avatar Sreejit7 commented on July 27, 2024 1

I figured it out, it runs now! Thanks!

from adonis-starter.

yann-yinn avatar yann-yinn commented on July 27, 2024 1

merged !

from adonis-starter.

Sreejit7 avatar Sreejit7 commented on July 27, 2024

hey, could you please direct me to the file where this form is located?

from adonis-starter.

yann-yinn avatar yann-yinn commented on July 27, 2024

@Sreejit7 several places for now:

https://github.com/yann-yinn/mvp-starter/blob/main/resources/views/forms/signupForm.edge
https://github.com/yann-yinn/mvp-starter/blob/main/resources/views/forms/userForm.edge
https://github.com/yann-yinn/mvp-starter/blob/main/resources/views/forms/signinForm.edge
https://github.com/yann-yinn/mvp-starter/blob/main/resources/views/pages/resetPassword.edge

from adonis-starter.

yann-yinn avatar yann-yinn commented on July 27, 2024

PS: form picture in the first comment of this issue is just an example from mailchimp site

from adonis-starter.

Sreejit7 avatar Sreejit7 commented on July 27, 2024

Thanks! Do you want to the default behavior of passwords to be hidden or visible?

from adonis-starter.

yann-yinn avatar yann-yinn commented on July 27, 2024

you're welcome ! Hidden by default

from adonis-starter.

Sreejit7 avatar Sreejit7 commented on July 27, 2024

yeah sure :)

from adonis-starter.

Sreejit7 avatar Sreejit7 commented on July 27, 2024

Do I need to setup SMTP in SES for running the project? facing some error in running with regards to SMTP variables

from adonis-starter.

yann-yinn avatar yann-yinn commented on July 27, 2024

PS: or SES (this is aws solution isn't it ?), never used it so i don't know if they are providing SMTP or an API

from adonis-starter.

Sreejit7 avatar Sreejit7 commented on July 27, 2024

Thanks, I'll check it out. I've never used SES as well, but saw some SES related stuff in the .env file too, that's why I thought it might be needed.

from adonis-starter.

yann-yinn avatar yann-yinn commented on July 27, 2024

Oh I see, in the .env.example yes.

For now config/mail.ts is configured to "smtp" by default, so actually for now only those variables are used:

SMTP_HOST=<localhost>
SMTP_PORT=587
SMTP_USERNAME=<username>
SMTP_PASSWORD=<password>

from adonis-starter.

Sreejit7 avatar Sreejit7 commented on July 27, 2024

@yann-yinn I've added a solution that works for now, but the code is a lil ugly. I'll try to improve on it!

from adonis-starter.

Related Issues (18)

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.