nus-cs2113-AY2223S2 / pe-dev-response

0 stars 0 forks source link

Password can have spaces only #2637

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

Note from the teaching team: This bug was reported during the Part II (Evaluating Documents) stage of the PE. You may reject this bug if it is not related to the quality of documentation.


The developer guide claims that passwords can only be made of letters and numbers, but it can take spaces.

Program

image.png

Developer Guide

Screen Shot 2023-04-14 at 5.24.57 PM.png


[original: nus-cs2113-AY2223S2/pe-interim#2480] [original labels: severity.Low type.DocumentationBug]

HiIAmTzeKean commented 1 year ago

Team's Response

Issue accepted. The DG does explicitly mention that password can only contain letter and numbers, but the program does accept space characters.

Duplicate status (if any):

--