bd4aec2c4c
Currently all users can set one OpenID identity that allows access to the account. The identity url's for the server is owncloud/apps/user_openid/user.php/$username
7 lines
359 B
PHP
7 lines
359 B
PHP
<form id="identity" action='#' method='post'>
|
|
<fieldset>
|
|
<legend><?php echo $l->t( 'OpenID identity' );?></legend>
|
|
<label for='input_identity'>OpenID identity for <b><?php echo $_['user'];?></b></label><br/>
|
|
<input name='input_identity' id='input_identity' value="<?php echo $_['identity'];?>"/><input type='submit' value='Save'/>
|
|
</fieldset>
|
|
</form>
|