Fix Mysql error about gitlab_id when creating remote user

This commit is contained in:
Frederic Guillot
2015-09-20 11:21:14 -04:00
parent d019eb4d2f
commit 8079b5af64
5 changed files with 181 additions and 16 deletions

View File

@@ -21,13 +21,13 @@
<?= $this->form->email('email', $values, $errors) ?><br/>
<?= $this->form->label(t('Google Id'), 'google_id') ?>
<?= $this->form->password('google_id', $values, $errors) ?><br/>
<?= $this->form->text('google_id', $values, $errors) ?><br/>
<?= $this->form->label(t('Github Id'), 'github_id') ?>
<?= $this->form->password('github_id', $values, $errors) ?><br/>
<?= $this->form->text('github_id', $values, $errors) ?><br/>
<?= $this->form->label(t('Gitlab Id'), 'gitlab_id') ?>
<?= $this->form->password('gitlab_id', $values, $errors) ?><br/>
<?= $this->form->text('gitlab_id', $values, $errors) ?><br/>
</div>
<div class="form-column">