settings.php 609 B

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