Git Product home page Git Product logo

Comments (2)

ns7c avatar ns7c commented on May 25, 2024 1

Thanks Martin, your approach sounds reasonable. Winlink Express queries the account on startup (if Internet is available) and warns the user if there is no recovery address stored.

from pat.

martinhpedersen avatar martinhpedersen commented on May 25, 2024

Thanks Scott!

I agree that it would be nice if we could facilitate new Winlink users to set a password recovery email.

However, I'm not sure requiring it as a config field is the correct approach. It may get out of sync and we don't want to overwrite config values based on some remote API response. Another problem is how to handle conflicting values from different config files across multiple devices.

Instead I'd prefer to occasionally call AccountPasswordRecoveryEmailGet and warn the user if no recovery address is set. We could optionally prompt the user to set one, to further assist the user to "do the right thing".

In conjunction we should provide a feature to view and set the registered recovery address via a CLI command.

To make things even smoother, we could parse the initial "here's your password" message when first received, store the password and prompt the user to add a recovery email. However this would require identifying the message properly, as well as having the password (and associated callsign) provided in a machine-readable format. Without the password, we can't call AccountPasswordRecoveryEmailSet.

from pat.

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.