My login page is now gone! Reverts to WP
-
My login page is now gone! Reverts to WP and I get an error…missing user name and password! I can’t fine the login form! I don’t want my users to use the OpenID or WordPress login page unless there’s a problem like – now! How do I reactivate my custom login form! One thing that I know has changed is Google + login name change and I can’t change it back for 30 days. In addition, there is an A5 custom login that appeared…I made no change to it! What to do?
Mod
Please post a URL to your page, as per the forum rules, so that we can take a look.
The message is:ERROR: The username field is empty.ERROR: The password field is empty.
http://www.ogahome.com/DLU/ is this section where it should have my name (Administration)?
<meta name='robots' content='noindex,nofollow' />
</head>
<body class="login">
<div id="login"><h1><a href="" title="">Democratic Liberal Umbrella</a></h1>
<form name="loginform" id="loginform" action="http://ogahome.com/DLU/wp-login.php" method="post">
<p>
<label for="user_login">Username
<input type="text" name="log" id="user_login" class="input" value="gbismarc1" size="20" tabindex="10" /></label>
</p>
<p>
<label for="user_pass">Password
<input type="password" name="pwd" id="user_pass" class="input" value="" size="20" tabindex="20" /></label>
</p>Thanks for your help!
I would start by disabling any plugins which alter the way users log in. Get it back to original working condition, and then add what you feel is necessary.
My guess would be with the multiple login options you are offering, one of them is conflicting with another.
What were you using for your custom login form?
The same layout of your Graphene Theme. It looked us like the home page, background the same, header the same! I don’t care for the WP Login page! I have Open ID I don’t recall adding this plugin A5 custom login…I will delete it and work backwards! I have notice for several days when I logged out it would show that error, but than kick in to the login screen! But, now it stopped loading!Thanks…I’ll keep you posted!
Yes, please do.
I also see the error, in the upper left corner… however the login page does load (it takes a few moments). I haven’t tried registering, but the form does load after a second.
Mod
My guess would be with the multiple login options you are offering, one of them is conflicting with another
Yes. It looks like one of them is trying to post the form data before it even gets displayed, resulting in the error, and then some other one kicks in and displays the form.
- You must be logged in to reply to this topic.