Skip to content

Conversation

@SavageWilliam
Copy link
Contributor

serves view with register error when user already registered
ISSUE: #123

@SavageWilliam SavageWilliam changed the title 123 adds case to route for when user already registered #123 adds case to route for when user already registered Feb 16, 2017
@Jbarget Jbarget mentioned this pull request Mar 2, 2017
@@ -7,7 +7,7 @@ CREATE TABLE users (
firstname TEXT NOT NULL,
lastname TEXT NOT NULL,
github TEXT NOT NULL,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could make the github entry UNIQUE as well

@@ -22,3 +22,7 @@
{{# if password}}
<p style="color:red">Passwords do not match</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 space indentation please :)

{{/if}}

{{# if alreadyReg}}
<p style="color:red">User already registered</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 space indentation please :)

@Jbarget
Copy link
Member

Jbarget commented May 26, 2017

removing my assignment, assign me again if you want this merged in

@Jbarget Jbarget removed their assignment May 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants