Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • F framework
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 479
    • Issues 479
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 14
    • Merge requests 14
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • cdlicdli
  • framework
  • Merge requests
  • !120

Modified Authentication wrt new Users Table

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Vedant Wakalkar requested to merge phoenix/feature/authentication into phoenix/develop Jun 12, 2020
  • Overview 5
  • Commits 33
  • Pipelines 0
  • Changes 5

Description

Login, Register and Forgot password Functionality now supports new Users Table Schema.

Type of PR

This PR is an improvement.

Technicalities

  1. last_login_at updates at login.
  2. created_at is set when user Registers.
  3. modified_at updates when Users details are updated. (for now when new password set using forgot password)

Tests

Verify if last_login_at, created_at, modified_at is updated properly.

Try to break the code. (Challenge 😏 )

PS: This PR is not written from scratch. Changes are made based on the requirement.

Checklist:

  • My pull request has a descriptive title (not a vague title like "Update index.md").
  • My pull request targets the phoenix/develop branch of the repository.
  • My commit messages follow best practices.
  • My code follows the established code style of the repository.
  • I added tests for the changes I made (if applicable).
  • I added or updated documentation (if applicable).
  • I tried running the project locally and verified that there are no visible errors.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: phoenix/feature/authentication