2011-08-08 21:32:54 +00:00
|
|
|
<form id="openidform">
|
2011-08-14 09:09:51 +00:00
|
|
|
<fieldset class="personalblock">
|
2011-08-14 13:06:16 +00:00
|
|
|
<p><strong>OpenID</strong>
|
|
|
|
<a href="<?php echo ((isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] == 'on') ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].OC::$WEBROOT.'/?'; echo OC_User::getUser(); ?>" title="OpenID">
|
|
|
|
<?php echo ((isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] == 'on') ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].OC::$WEBROOT.'/?'; echo OC_User::getUser(); ?></p>
|
|
|
|
</a>
|
2011-08-14 09:09:51 +00:00
|
|
|
<label for="identity">Authorized</label>
|
|
|
|
<input type="text" name="identity" id="identity" value="<?php echo $_['identity']; ?>" placeholder="OpenID provider" title="Wordpress, Identi.ca, Launchpad, …" />
|
2011-08-08 21:32:54 +00:00
|
|
|
</fieldset>
|
2011-08-14 09:09:51 +00:00
|
|
|
</form>
|