Giter VIP home page Giter VIP logo

Comments (31)

stukalin avatar stukalin commented on May 15, 2024 2

@jglovier I double-checked and I think we still go with nodemailer and its default SMTP transport. Even if someone wants to use Send Grid or Mandrill or whatever, these services provide SMTP settings (at least these 2 do). So we should cover the majority of setups.

from hospitalrun-frontend.

stukalin avatar stukalin commented on May 15, 2024 1

@jglovier @tangollama @jkleinsc I started working on this issue. Which email transport should we use? I've had an old sendgrid acc, will use it so far for testing purposes. Does HR have some SMTP already or can we setup sendgrid or smt similar?

from hospitalrun-frontend.

stukalin avatar stukalin commented on May 15, 2024 1

Oh, wait, bullshit. There should be something more clever since we are not able to share a single api key among all our users... Some kind of SMTP transport configuration each user can configure on their own. Will think about that....

from hospitalrun-frontend.

richchurcher avatar richchurcher commented on May 15, 2024

@tangollama I can take a look at this one.

from hospitalrun-frontend.

tangollama avatar tangollama commented on May 15, 2024

Awesome. Blossom. Please do. I'll take it off the help wanted list tomorrow.

Typed or dictated imperfectly on my iPhone (717.385.9970)

On Dec 5, 2015, at 6:45 PM, Rich Churcher [email protected] wrote:

@tangollama I can take a look at this one.


Reply to this email directly or view it on GitHub.

from hospitalrun-frontend.

tangollama avatar tangollama commented on May 15, 2024

Removed Help Wanted as @richchurcher is looking into it.

from hospitalrun-frontend.

jglovier avatar jglovier commented on May 15, 2024

Bump. @richchurcher did you have a chance to look into this yet? Any update? When you get a PR open, feel free to cc me on it and I'll work with you on the styling.

from hospitalrun-frontend.

tangollama avatar tangollama commented on May 15, 2024

@richchurcher, I'm going to put this back in the Help Wanted pool for now. If you ping back, I'll mark as In Progress.

from hospitalrun-frontend.

richchurcher avatar richchurcher commented on May 15, 2024

@tangollama I sincerely apologise for this lapse! I became crazy busy with work, and this fell off my radar entirely. I now no longer have the bandwidth to contribute as I had hoped, but best wishes for the project in the future!

from hospitalrun-frontend.

dutad avatar dutad commented on May 15, 2024

I haven't even set up my dev environment for this project yet but I can look into this in the next few days. May take more than the allotted LOE because of being too busy...

from hospitalrun-frontend.

tangollama avatar tangollama commented on May 15, 2024

That's sounds great. If you want to tackle it, I'll be sure to flag it as in progress.

Typed or dictated imperfectly on my iPhone (717.385.9970)

On Apr 8, 2016, at 4:15 PM, Daniel Dut A. [email protected] wrote:

I haven't even set up my dev environment for this project yet but I can look into this in the next few days. May take more than the allotted LOE because of being too busy...


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub

from hospitalrun-frontend.

tangollama avatar tangollama commented on May 15, 2024

@DanielDut how's this coming?

from hospitalrun-frontend.

dutad avatar dutad commented on May 15, 2024

@tangollama, I have had difficulties running the project on my machine. I haven't started on it yet. I have a Windows-based PC and installing Cygwin was painfully unsuccessful. Trying it on a VM running Ubuntu is giving me build error on "Broccoli Plugin".

from hospitalrun-frontend.

tangollama avatar tangollama commented on May 15, 2024

@DanielDut any progress here? Should I move this back to Help Wanted?

from hospitalrun-frontend.

dutad avatar dutad commented on May 15, 2024

@tangollama, I just got a new macbook air yesterday (just for this :) ) and setting up, let me get back to you in one week's time...

from hospitalrun-frontend.

tangollama avatar tangollama commented on May 15, 2024

@DanielDut, have you had a chance to work on this?

from hospitalrun-frontend.

tangollama avatar tangollama commented on May 15, 2024

@DanielDut any update here?

from hospitalrun-frontend.

captain-enjoyable avatar captain-enjoyable commented on May 15, 2024

@emurillo510 and I started on this task, and set up the necessary route. We weren't sure how to move forward without an api endpoint.
image
image

from hospitalrun-frontend.

billybonks avatar billybonks commented on May 15, 2024

@MattEddy i think adding a forgot password route here would work https://github.com/HospitalRun/hospitalrun-server-routes/blob/master/routes/30-auth.js.

perhaps post '/auth/forgot' would be an appropriate route

@jkleinsc do you recommend a differen't route and a mailer ?

from hospitalrun-frontend.

jkleinsc avatar jkleinsc commented on May 15, 2024

@billybonks @MattEddy yes I think putting it in the auth route makes sense and /auth/forgot works. As far as a mailer, maybe https://www.npmjs.com/package/nodemailer for flexibility but I am open to other suggestions.

from hospitalrun-frontend.

EthanDavis avatar EthanDavis commented on May 15, 2024

Is anyone still working on this if not I would be interesting in helping out.

from hospitalrun-frontend.

broerse avatar broerse commented on May 15, 2024

@EthanDavis I am working on a serverless solution for this on our CouchDB projects. I also use nodemailer. See my first steps: https://github.com/martinic/openwhisk-mailer
If I have all parts working it is perhaps interesting for reference.

from hospitalrun-frontend.

jkleinsc avatar jkleinsc commented on May 15, 2024

@EthanDavis it looks like effort on this has grown stale, so feel free to help out. This will require two pieces - the frontend as well as code added to https://github.com/HospitalRun/hospitalrun-server-routes/blob/master/routes/30-auth.js to handle the server side (eg email).

from hospitalrun-frontend.

EthanDavis avatar EthanDavis commented on May 15, 2024

@jkleinsc Okay thanks I will.

from hospitalrun-frontend.

EthanDavis avatar EthanDavis commented on May 15, 2024

@jkleinsc Should to forgot password link route to a new page or pull up a modal?
This might take me more than a week. I'm not super familiar with Ember. Just want to make sure.

Thanks!

from hospitalrun-frontend.

tangollama avatar tangollama commented on May 15, 2024

@EthanDavis my apologies that I didn't reply sooner. Are you still interested in this issue? If not, I'll move it back to Help Wanted.

from hospitalrun-frontend.

jkleinsc avatar jkleinsc commented on May 15, 2024

@stukalin yeah, I would make it configurable.

from hospitalrun-frontend.

jglovier avatar jglovier commented on May 15, 2024

Is there a Node package for something like this? All we would really need to do is have the client ask the db for a reset pw link and send the user at that machine an email, right?

from hospitalrun-frontend.

sarathsoma avatar sarathsoma commented on May 15, 2024

@jglovier Is this still pending ? I can take this up

from hospitalrun-frontend.

stukalin avatar stukalin commented on May 15, 2024

it was pending, yes. I think I pushed my intermediate state into a branch with the corresponding name. Just look it up

from hospitalrun-frontend.

stale avatar stale commented on May 15, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from hospitalrun-frontend.

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.