GithubHelp home page GithubHelp logo

sulmanweb / email-reset-html-page Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 8 KB

Should be shown to enter new password after verifying reset password

License: MIT License

JavaScript 50.64% HTML 49.36%

email-reset-html-page's Introduction

Reset Password HTML Page

Should be shown to enter new password after verifying reset password

Preview HTML Page

made by @sulmanweb

Technologies used:

Details

This is a single page that shows to client a form to save new password after forgetting it.

The key ingredient is the translation. This page will show the messages in language by checking browser or user preferred language.

Also to change the text in page is much easy and also easy to enter translations according to desired new language.

Usage

  • First clone the repo
  • the open the app.js and make changes in this portion to change text of english:
$translateProvider.translations('en_US', {
            'APP_NAME': 'Work Chat',
            'THANKS': 'Thank You for Subscribing',
            'CONFIRM_SUCCESS_MESSAGE': 'Your email has been successfully confirmed. Thanks for using our services.',
            'FOOTER': 'Work Chat, Sulman Baig, Pakistan'
        });
  • You can also create new language translation by just adding another object like given above with language shortkey. Also change the preffered language in app.js as you like.
  • Also change var url = 'http://localhost:3000/api/auth/password'; according to your back end api.
  • Now compress back the app.js by any compressor to make app.min.js. I compress using jscompress
  • Now double click o index.html and you will see the confirmation message with browser preferred language.

Callouts

Thanks to the following, this was not possible without them:

email-reset-html-page's People

Contributors

sulmanweb avatar

Watchers

 avatar

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.