Jump to content
  • 0

Help in creating account Fluxco


Droke

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   1
  • Joined:  12/01/11
  • Last Seen:  

  • if i click creat my account it say
    Invalid login credentials, please verify that you typed the correct info and try again.

i was using old flux and converted all file to renewal just this is giving me error can any one help me

iam using a custom theme please help in this thanks

<?php if (!defined('FLUX_ROOT')) exit;

$adminMenuItems = $this->getAdminMenuItems();

$menuItems = $this->getMenuItems();

?>

<table cellspacing="0" cellpadding="0" align="center">

<tr>

<td>

<?php if ($session->isLoggedIn()): ?>

<div id="login-ifpanel">

<br /><br /><br /><br />

<span style="display: inline-block; margin: 2px 2px 2px 0">

You are currently logged in as <strong><a href="<?php echo $this->url('account', 'view') ?>" title="View account"><?php echo htmlspecialchars($session->account->userid) ?></a></strong>

on <?php echo htmlspecialchars($session->serverName) ?>.

<?php if (count($athenaServerNames=$session->getAthenaServerNames()) > 1): ?>

Your preferred server is:

<select name="preferred_server" onchange="updatePreferredServer(this)"<?php if (count($athenaServerNames=$session->getAthenaServerNames()) === 1) echo ' disabled="disabled"' ?>>

<?php foreach ($athenaServerNames as $serverName): ?>

<option value="<?php echo htmlspecialchars($serverName) ?>"<?php if ($server->serverName == $serverName) echo ' selected="selected"' ?>><?php echo htmlspecialchars($serverName) ?></option>

<?php endforeach ?>

</select>.

<?php endif ?>

<form action="<?php echo $this->urlWithQs ?>" method="post" name="preferred_server_form" style="display: none">

<input type="hidden" name="preferred_server" value="" />

</form>

</span>

</div>

<?php endif ?>

<?php if ($session->isLoggedIn() == null): ?>

<form action="<?php echo $this->url('account', 'login', array('return_url' => $params->get('return_url'))) ?>" method="post">

<input type="hidden" name="server" value="<?php echo htmlspecialchars($session->loginAthenaGroup->serverName) ?>" />

<div id="login-panel">

<table cellspacing="0" cellpadding="0" class="login">

<tr>

<td height="73">

</tr>

<tr>

<td width="160">

<input tabindex="1" type="text" name="username" id="login_username" value="[username]" onblur="onBlur(this)" onfocus="onFocus(this)" />

</td><td rowspan="3"><a><input tabindex="3" class="btn-login" type="image" src="<?php echo $this->themePath('some_img/blank.png') ?>" style='border:0px' value="<?php echo htmlspecialchars(Flux::message('LoginButton')) ?>" /></td>

</tr>

<tr>

<td height="8"></td>

</tr>

<tr>

<td width="160">

<input tabindex="2" type="password" name="password" id="login_password" value="password" onblur="onBlur(this)" onfocus="onFocus(this)" />

</td>

</tr>

<tr>

<td colspan="2">

<a href="<?php echo $this->url('account' , 'resetpass') ?>" ><img style="height:20px; align:left; width: 90px;" src="<?php echo $this->themePath('some_img/blank.png') ?>" /></a>

</td>

</tr>

</table>

</div>

<?php endif ?>

</td>

</tr>

<tr>

<td height="10px">

</tr>

</table>

Edited by Droke
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

×
×
  • Create New...