Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.73 KB

Code Citations Issue 3.md

File metadata and controls

57 lines (42 loc) · 1.73 KB

Code Citations

License: unknown

https://github.com/Inspix/SoftUni/tree/d9944190ef386ed279ec7e763ee53ded13ffcaf8/WebFundamentals/Html%26Css/HTML%20Forms/Problem01/index.html

="text" name="username" placeholder="Username" required>
       <input type="email" name="email" placeholder="Email" required>
       <input type="password" name="password" placeholder="Password" required>
       <

License: unknown

https://github.com/Duxis/SM/tree/8d3d787f30c3bd1cf79972e4e0cd613ecb8627e4/register.php

">
       <input type="text" name="username" placeholder="Username" required>
       <input type="email" name="email" placeholder="Email" required>
       <input type="password" name="password" placeholder="

License: unknown

https://github.com/DanielBaileyDev/ecommerce/tree/91c2315c891e66f040a9aba7a63119c0b270b960/views/partials/overlay.ejs

="username" placeholder="Username" required>
       <input type="email" name="email" placeholder="Email" required>
       <input type="password" name="password" placeholder="Password" required>
       <input type="password

License: unknown

https://github.com/tinybike/SuperModular/tree/c9905dcdb52ef944ee20555adaea737a0585396d/dyffy/routes.py

', methods=['GET', 'POST'])
   def register():
       if request.method == 'POST':
           username = request.form['username']
           email = request.form['email']
           password = request.form[

License: unknown

https://github.com/Ananya1803/py-project/tree/1b92f5ee7e5bb031f512cf0d8ccea09195714f1e/templates/register.html

action="{{ url_for('register') }}" method="post">
       <input type="text" name="username" placeholder="Username" required>
       <input type="email" name="email" placeholder="Email