Giter Site home page Giter Site logo

deferred-registration's Introduction

Deferred registration

Just a test task I've been made for checking my PHP skills. Has no practical value and stored on GitHub only as a code example.

It was forbidden to use any existing PHP frameworks to achieve mentioned goals, so page uses its own small core with framework-like functionality. For quick layout it uses Twitter Bootstrap CSS framework.

So that's what this page does:

  1. According to task conditions, it renders welcome page:

  2. When you click "Register", you get registration form:

  3. After submitting the form, page creates cookie with encrypted registration token and sends an email to mail box you've entered. You get send mail confirmation:

  4. This email contains a link with same token as was saved in cookie:

  5. By clicking this link (if your cookie is still alive), you will be registered and able to see your new profile:

  6. Now you can come back any time and login with your new credentials:

    And that's it! ))

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.