<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/registrations_controller.rb, branch diff-notes-refactor</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Use reCaptcha when an issue identified as spam</title>
<updated>2017-02-07T11:56:20+00:00</updated>
<author>
<name>Jarka Kadlecova</name>
<email>jarka@gitlab.com</email>
</author>
<published>2017-01-27T16:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3d2954e4570d236a080b0d46698d96a28fd9acec'/>
<id>3d2954e4570d236a080b0d46698d96a28fd9acec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'recaptcha_500' into 'master'</title>
<updated>2017-01-04T15:07:30+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-04T15:07:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ec4fe4432a2c4daa14c8e8f7c5d8567553062ebf'/>
<id>ec4fe4432a2c4daa14c8e8f7c5d8567553062ebf</id>
<content type='text'>

Properly handle failed reCAPTCHA on user registration

See merge request !8403</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Properly handle failed reCAPTCHA on user registration

See merge request !8403</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle failed reCAPTCHA on user registration</title>
<updated>2017-01-03T07:35:42+00:00</updated>
<author>
<name>Drew Blessing</name>
<email>drew@gitlab.com</email>
</author>
<published>2017-01-03T07:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ca1c492bafa024ad4c185e930af57e1f8090ca77'/>
<id>ca1c492bafa024ad4c185e930af57e1f8090ca77</id>
<content type='text'>
If a user presses the 'Register' button too quickly after attempting
to solve the reCAPTCHA, or the reCAPTCHA is not solved at all, the
user would experience a 500 error. Now, the case is properly
handled and the user will be sent back to the registration page
with a clear error message and can try again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a user presses the 'Register' button too quickly after attempting
to solve the reCAPTCHA, or the reCAPTCHA is not solved at all, the
user would experience a 500 error. Now, the case is properly
handled and the user will be sent back to the registration page
with a clear error message and can try again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add email and password confirmation fields to registration form</title>
<updated>2017-01-03T06:16:37+00:00</updated>
<author>
<name>Drew Blessing</name>
<email>drew@gitlab.com</email>
</author>
<published>2016-11-12T00:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=33b41bc8a821974d07d01ffdee98db35d1df4840'/>
<id>33b41bc8a821974d07d01ffdee98db35d1df4840</id>
<content type='text'>
It's too easy to mistype an email or password when signing up.
The support team is receiving an increasing number of requests
because users mistype their email. We can eliminate this problem
by requiring users to confirm the email before registering. The
same issue can occur for the password field so we should add
this, too. We should note that password confirmation is part
of the default Devise forms. I don't know why/when GitLab
removed it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's too easy to mistype an email or password when signing up.
The support team is receiving an increasing number of requests
because users mistype their email. We can eliminate this problem
by requiring users to confirm the email before registering. The
same issue can occur for the password field so we should add
this, too. We should note that password confirmation is part
of the default Devise forms. I don't know why/when GitLab
removed it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'destroy-session' into 'security'</title>
<updated>2016-12-09T00:21:06+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-12-07T00:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=47bc0125beba2351c5d78323677a34d19b102047'/>
<id>47bc0125beba2351c5d78323677a34d19b102047</id>
<content type='text'>

Destroy a user session when they delete their own account via browser

This patch destroys a user's session when they delete their own account
using a browser. A new session is created as they are redirected to the
sign_in page.

Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/25015

See merge request !2042</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Destroy a user session when they delete their own account via browser

This patch destroys a user's session when they delete their own account
using a browser. A new session is created as they are redirected to the
sign_in page.

Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/25015

See merge request !2042</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Style/SpaceAroundEqualsInParameterDefault cop</title>
<updated>2016-08-06T02:03:01+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>gabriel@gitlab.com</email>
</author>
<published>2016-08-06T02:03:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c9aa19881cf719baaea1bbb9bb00f84145a99b8b'/>
<id>c9aa19881cf719baaea1bbb9bb00f84145a99b8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>current_user.confirmed_at.present? =&gt; current_user.confirmed?</title>
<updated>2016-05-20T17:52:42+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>felipefac@gmail.com</email>
</author>
<published>2016-05-20T17:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f04c5b27f0c19dfab00a6ac2de8b4168b67fe7a0'/>
<id>f04c5b27f0c19dfab00a6ac2de8b4168b67fe7a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change landing page when skipping confirmation email and add documentation</title>
<updated>2016-05-16T17:56:32+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>felipefac@gmail.com</email>
</author>
<published>2016-05-06T20:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7bb84e64979edda8e76f077bd58aeb35857aec23'/>
<id>7bb84e64979edda8e76f077bd58aeb35857aec23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-unique-signup-fields' into 'master'</title>
<updated>2016-05-04T13:33:15+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-05-04T13:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=622ad2355a5b780091def7f7752ac88c97520dbb'/>
<id>622ad2355a5b780091def7f7752ac88c97520dbb</id>
<content type='text'>

Improve uniqueness of field names on the signup form

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075

See merge request !3826</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Improve uniqueness of field names on the signup form

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075

See merge request !3826</pre>
</div>
</content>
</entry>
<entry>
<title>Improved confirmation UX</title>
<updated>2016-04-22T00:20:09+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-03-11T16:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=50ed43e49099648fa5c242d0cee15f05e50349c3'/>
<id>50ed43e49099648fa5c242d0cee15f05e50349c3</id>
<content type='text'>
Closes #4228
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4228
</pre>
</div>
</content>
</entry>
</feed>
