Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update register.json - user story 7 #18

Merged
merged 7 commits into from
Sep 21, 2024
Merged

Update register.json - user story 7 #18

merged 7 commits into from
Sep 21, 2024

Commits on Sep 21, 2024

  1. Update register.json

    Added to register.json (en-US version) attributes called "fullname" and "fullname-placeholder" to be used in the frontend part of NodeBB
    e5z26 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    27d6242 View commit details
    Browse the repository at this point in the history
  2. Authentication

    Adding authentication for the fullname and throwing an error if the user didn't type in anything for the full name while they are registering
    Your Name committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    2da747e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'user-story-7' of https://github.com/CMU-313/nodebb-f24-…

    …team-five-guys into user-story-7
    Your Name committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f55fd69 View commit details
    Browse the repository at this point in the history
  4. Revert "Merge branch 'user-story-7' of https://github.com/CMU-313/nod…

    …ebb-f24-team-five-guys into user-story-7"
    
    This reverts commit f55fd69, reversing
    changes made to 2da747e.
    Your Name committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    816cec6 View commit details
    Browse the repository at this point in the history
  5. removing unexpected commit of !user.fullname => error since we haven'…

    …t changed the front end yet
    e5z26 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    daed448 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7606c6f View commit details
    Browse the repository at this point in the history
  7. Front-end changes of the register page

    Add full name entry box at front-end so that users can enter their full name while registering
    paulinezhanghh committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1c414b8 View commit details
    Browse the repository at this point in the history