summaryrefslogtreecommitdiffstats
path: root/views/users/openid.html.php
blob: 9a6e5884d9530d1b9e1a7a2f712639b4d0a8612f (plain)
1
2
3
4
<?= $this->form->create(); ?>
	<?= $this->form->field('identity', array('type' => 'text')); ?>
	<?= $this->form->submit('Login'); ?>
<?= $this->form->end(); ?>