Skip to content

ST10451732/POE_Part1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  1. Project Title and Description:

POE_Part1

User Dashboard Registration Application - Part 1

This project is a Java application for implementing user registration functionality, including input validation for username and password.

  1. Table of Contents:

  2. Installation Instructions:

  3. usage:

  4. Features:

  • User registration: Allows users to create an account by providing their username, password, first name, and last name.
  • Input validation: Validates the entered username and password based on specified conditions.
  1. Validation Rules Condition: Username contains an underscore and is no more that 5 characters long. -message True: "username successfully captrured" -mesage false: "username is not correcly formatted, please ensure that your username contains an underscore and is no more that 5 characters in length"

User use github repo and kanban and eclipse and junit and docker to build a user dashboard registartion applaiction that meets these requirements:

  1. create an account entering username, passsword, firstname and lastname. 1.a, the system needs to check that the following conditions are met and reply with the appropriate output message Condition: Username contains an underscore and is no more that 5 characters long. -message True: "username successfully captrured" -mesage false: "username is not correcly formatted, please ensure that your username contains an underscore and is no more that 5 characters in length"

condition: password meets the following complexity rules, the password must

  • atleast 8 characters long
  • contain a capoutal letter
  • contain a number
  • contain a special character -message true: "Password successfully capturesd" -message false: "Password is not correctly formaatted, please ensure that the password contains at least 8 characters, a capital letter a nuber and a special character"
  1. Contributing:
  2. Testing:
  3. License:
  4. Contact Info:
  1. Acknowledgements
  2. Troubleshooting

About

ST10451732@vcconnect.edu.za

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages