aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_openid/templates/settings.php
blob: 74f40fa3c101f1ed80716f755ef3a6729549797a (plain)
1
2
3
4
5
6
7
8
<form id="openidform">
	<fieldset class="personalblock">
		<label for="openid"><strong>OpenID</strong></label>
		<input type="text" id="openid" value="<?php echo ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].OC::$WEBROOT.'/?'; echo OC_User::getUser(); ?>" title="<?php echo $l->t('you can authenticate to other sites with this address');?>" />
		<label for="identity"><?php echo $l->t('Authorized');?></label>
		<input type="text" name="identity" id="identity" value="<?php echo $_['identity']; ?>" placeholder="OpenID <?php echo $l->t('provider');?>" title="<?php echo $l->t('Wordpress, Identi.ca, Launchpad, &hellip;');?>" />
	</fieldset>
</form>