xosadmin / c5proj

“歡迎來到冒險家協會!Welcome to the Adventurers Guild! “
GNU General Public License v3.0
0 stars 0 forks source link

Repeat password/Pin form is not working #12

Closed xosadmin closed 5 months ago

xosadmin commented 5 months ago

The repeat password function and repeat pin form is not working. i.e. User could type any value in "repeat" form, and the system did not do validation.

Data input for password: 123 Data input for repeat password: 456 Result: return True Expect: return False

xosadmin commented 5 months ago

Update: I have fixed the repeat password validator on the register page.

xosadmin commented 5 months ago

I have fixed the bug since the commit #a9dc040.