Blame view

sources/apps/user_openid/templates/settings.php 610 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
  <form id="openidform">
  	<fieldset class="personalblock">
  		<h2><?php p($l->t('OpenID'));?></h2>
  		<?php p((OCP\Util::getServerProtocol()).'://'.OCP\Util::getServerHost().OC::$WEBROOT.'/?'); p(OCP\USER::getUser()); ?><br /><em><?php p($l->t('you can authenticate to other sites with this address'));?></em><br />
  		<label for="identity"><?php p($l->t('Authorized OpenID provider'));?></label>
  		<input type="text" name="identity" id="identity" value="<?php p($_['identity']); ?>" placeholder="<?php p($l->t('Your address at Wordpress, Identi.ca, &hellip;'));?>" /><span class="msg"></span>
  	</fieldset>
  </form>