<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Registration Login System by mark wood</title>
      <link>https://padlet.com/mark_wood/reglogin</link>
      <description>Solving the problem</description>
      <language>en-us</language>
      <pubDate>2018-06-07 05:30:04 UTC</pubDate>
      <lastBuildDate>2018-06-07 06:11:46 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Step 1</title>
         <author>mark_wood</author>
         <link>https://padlet.com/mark_wood/reglogin/wish/266027860</link>
         <description><![CDATA[<div>Ask the user if they want to register or login (make sure you are prompting them with what to type in response) i.e. do they write 'reg' or 'register', 'login' or 'log-in'.<br><br>You could ask them to type a numbe to indicate their choice e.g.<br><br><strong>OUTPUT: </strong>Do you wan to register or login? Type 1 to register or type 2 to login.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-06-07 05:35:50 UTC</pubDate>
         <guid>https://padlet.com/mark_wood/reglogin/wish/266027860</guid>
      </item>
      <item>
         <title>Step 2</title>
         <author>mark_wood</author>
         <link>https://padlet.com/mark_wood/reglogin/wish/266028038</link>
         <description><![CDATA[<div>Before we look at this next step, create a text file using Notepad/TextEdit and put some dummy usernames and passwords in it separated by spaces and line breaks e.g.<br><br>Bob123 QWERTY<br>Sarah456 Password123<br>Lewis789 ASDFG<br><br>Make sure that you save this text file in the same folder as your Python code. Maybe call it un_and_pw.txt<br><br>Now assume that the user has selected to register.<br><br>We will soon ask them to type in their chosen Username BUT before we write their username to the text file we need to check that the username does not already exist, so....<br><br>Within the if block for registration, import the text file with the usernames and passwords, import it to read only and read the file storing its contents in a variable.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-06-07 05:37:38 UTC</pubDate>
         <guid>https://padlet.com/mark_wood/reglogin/wish/266028038</guid>
      </item>
      <item>
         <title>Step 3</title>
         <author>mark_wood</author>
         <link>https://padlet.com/mark_wood/reglogin/wish/266029948</link>
         <description><![CDATA[<div>You might think that the next thing to do is ask the user for their chosen username. You could do this but there is something we need to do first and there are many different ways we could implement a solution to this part.<br><br>When we import the text from the text file it will be imported as one long string.<br><br>We need the usernames and passwords in the file to be separated somehow.<br><br>I would suggest that we put all of the usernames into a list </div>]]></description>
         <enclosure url="" />
         <pubDate>2018-06-07 06:02:08 UTC</pubDate>
         <guid>https://padlet.com/mark_wood/reglogin/wish/266029948</guid>
      </item>
   </channel>
</rss>
