Problems with Password reset

Hi,
I was wondering if anyone can see anything wrong with this code, as it does not seem to be working.
Once the email is entered, a password should be generated, and should be sent to the users email address (if it exists in the database). Or return an error message if there is no record.
<form method="POST" name="loginform" id="loginform" class="form_area">
        <div class="loginwindow_title">Forgot Password? </div>
        <div class="loginwindow_subtitle">Enter your email below and you will be sent your password</div>
        <div class="loginwindow_form">
              <div class="form_field">
            <span id="email_validation">
          <label for="email"></label>
          <input type="text" name="email" id="email" class="email_field" placeholder="Email Address">
          <span class="textfieldRequiredMsg">Please enter your account email</span></span>
        </div>
        </div>
        <button name="submit" type="submit" class="login_button">Send my password</button>
</form>
<?php
$email = $_POST['email'];
$submit = $_POST['submit'];
//Connect to DB
$connect = require_once('Connections/drama_database.php');
if ($submit) {
    //CHeck if email exists
    $email_check = mysql_query("SELECT * FROM users WHERE email='$email'");
    $count = mysql_num_rows($email_check);
    if ($count != 0) {
        //Generate new password
        $random = rand(72891, 92729);
        $new_password = $random;
        //Create copy of new password
        $email_password = $new_password;
        //Encrypt new password
        $new_password = md5($new_password);
        //Update the database
        mysql_query("update users set password='$new_password' WHERE email='$email'");
        //Send the password to the user
        $email = ($_POST['username']);
        //EMAIL START//
        $msguser = '<html><body>';
            //title start//
        $msguser .= '<h1 align="center"><strong>Password Reset</strong></h1>';
            //title end//
        $msguser .= '<br>';
        $msguser .= 'This is a confirmation email regarding your new password for your account on WEBSITE LINK GOES HERE.';
        $msguser .= '<br><br>';
        $msguser .= "<b>Below is your new password:</b>";
        $msguser .= '<br>';
        $msguser .= "<b>echo ('$email_password')</b>";
        $msguser .= "<b>Please log in using the above password. Once logged in, please click on your profile tab and update your password. (Theprofile button can be found under your username in the top right-hand corner of the page)</b>";
        $msguser .= "<b>Please go to: WEBSITE LINK GOES HERE to log in</b>";
        //EMAIL END//
        $headers = "From: Egham Drama Database <SUPPORT EMAIL GOES HERE>\r\n";
        $headers .= "Reply-To: SUPPORT EMAIL GOES HERE\r\n";
        $headers .= "MIME-Version: 1.0\r\n";
        $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
            mail($email, 'Drama Database | Password Reset', $msguser, $headers);
        else
            echo "This email does not exist"; 
?>
Thank you !

still no luck!
This is my edited code and when i enter the email (which is in the database), it returns an error message:
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /home4/mresnik/public_html/forgotpassword.php on line 79
This email does not exist
<?php
$email = $_POST['email'];
//Connect to DB
require('Connections/drama_database.php');
if(isset($_POST['submit'])) {
    //Check if email exists
    $email_check = mysql_query("SELECT * FROM users WHERE email='$email'");
    $count = mysql_num_rows($email_check);
    if ($count !=0) {
        //Generate new password
        $random = rand(72891, 92729);
        $new_password = $random;
        //Create copy of new password
        $email_password = $new_password;
        //Update the database
        mysql_query("update users set password='$new_password' WHERE email='$email'");
        //Send the password to the user
        $email = ($_POST['email']);
        //EMAIL START//
        $msguser = '<html><body>';
            //title start//
        $msguser .= '<h1 align="center"><strong>Password Reset</strong></h1>';
            //title end//
        $msguser .= '<br>';
        $msguser .= 'This is a confirmation email regarding your new password for your account on www.X.com.';
        $msguser .= '<br><br>';
        $msguser .= "<b>Below is your new password:</b>";
        $msguser .= '<br>';
        $msguser .= "<b>echo ('$email_password')</b>";
        $msguser .= "<b>Please log in using the above password. Once logged in, please click on your profile tab and update your password. (Theprofile button can be found under your username in the top right-hand corner of the page)</b>";
        $msguser .= "<b>Please go to: http://www.X.com/index.php to log in</b>";
        //EMAIL END//
        $headers = "From: Egham Drama Database <[email protected]>\r\n";
        $headers .= "Reply-To: [email protected]\r\n";
        $headers .= "MIME-Version: 1.0\r\n";
        $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
            mail($email, 'X | Password Reset', $msguser, $headers);
        else
            echo "This email does not exist"; 
?>
EDIT:
I have commented out:
if ($count != 0) {
and the closing tag:
And it seems to send the email as so:
Password Reset
This is a confirmation email regarding your new password for your account on www.X.com.
Below is your new password:
echo ('92013')Please log in using the above password. Once logged in, please click on your profile tab and update your password. (Theprofile button can be found under your username in the top right-hand corner of the page)Please go to: http://www.X.com/index.php to log in
No change is made in the database though

Similar Messages

  • Problems with passwords after upgrade to Mavericks

    Hi,
    After upgrading to Mavericks I have problems with passwords. MacOS allows me to log in with my password but when I want to install software it does not accept my password. I can go to the user tab in system preferences and change my passwort there. With the new password it works, but when I change to the old password, I have the same problems. Strange ...
    Thanks for help

    OK. I found the problem (probably it is not related to the upgrade): When I install an application and the installation procedure asked me for a password it switched the keybord driver to a language I only use infrequently. Since my original password contained special characters the change of the keyboard driver was the cause for my typing in a wrong password. When I tried changing the password I used "abc" and this worked since it did not contain any special characters. So everything explained and a bug for Apple to fix.

  • Password reset problem with Password sync and Waveset exception

    Hi,
    We are using IdM 5 SP 5 with password sync installed on ad.
    Once a user tries to change password by using Ctrl-Alt-Del, password sync intercepts the requests and then invoke an IdM change user password form, but on the log we see the following exceptions. Can anyone identity what are the nature/reason for the exceptions?
    [#|2005-08-17T16:22:14.914-0400|INFO|sun-appserver-ee8.1|javax.enterprise.system.stream.out|_ThreadID=24;|
    WavesetException: Constructor threw an exception.
    ==> java.lang.reflect.InvocationTargetException:
    ==> Missing required argument "operator". |#]
    [#|2005-08-17T16:22:14.917-0400|WARNING|sun-appserver-ee8.1|javax.enterprise.system.stream.err|_ThreadID=24;|com.waveset.util.WavesetException: Constructor threw an exception.
    ==> java.lang.reflect.InvocationTargetException:
    ==> Missing required argument "operator".
    at com.waveset.util.WavesetException.checkBreakpoint(WavesetException.java:366)
    at com.waveset.util.WavesetException.<init>(WavesetException.java:159)
    at com.waveset.util.Reflection.throwInstantiation(Reflection.java:266)
    at com.waveset.util.Reflection.instantiate(Reflection.java:350)
    at com.waveset.expression.ExNew.eval(ExNew.java:144)
    at com.waveset.expression.ExNode.evalToObject(ExNode.java:439)
    at com.waveset.expression.ExFunction$f_list.eval(ExFunction.java:2557)
    at com.waveset.expression.ExNode.evalToObject(ExNode.java:439)
    at com.waveset.object.Property.getValue(Property.java:232)
    at com.waveset.object.AbstractViewHandler.getFormOptions(AbstractViewHandler.java:166)
    at com.waveset.view.ChangeUserPasswordViewer.refreshView(ChangeUserPasswordViewer.java:168)
    at com.waveset.view.PasswordViewer.checkinView(PasswordViewer.java:258)
    at com.waveset.server.ViewMaster.checkinView(ViewMaster.java:629)
    at com.waveset.session.LocalSession.checkinView(LocalSession.java:660)
    at com.waveset.rpc.GenericMessageHandler.doCheckin(GenericMessageHandler.java:1491)
    at com.waveset.rpc.GenericMessageHandler.syncUserPassword(GenericMessageHandler.java:2639)
    at sun.reflect.GeneratedMethodAccessor177.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.waveset.rpc.GenericMessageHandler.request(GenericMessageHandler.java:350)
    at com.waveset.rpc.SimpleRpcHandler.doRequest(SimpleRpcHandler.java:164)
    at com.waveset.rpc.SimpleRpcHandler.doRequest(SimpleRpcHandler.java:128)
    at org.openspml.server.SOAPRouter.doPost(SOAPRouter.java:500)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:264)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:178)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    at com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:221)
    at com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2072)
    Wrapped exception:
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at com.waveset.util.Reflection.instantiate(Reflection.java:334)
    at com.waveset.expression.ExNew.eval(ExNew.java:144)
    at com.waveset.expression.ExNode.evalToObject(ExNode.java:439)
    at com.waveset.expression.ExFunction$f_list.eval(ExFunction.java:2557)
    at com.waveset.expression.ExNode.evalToObject(ExNode.java:439)
    at com.waveset.object.Property.getValue(Property.java:232)
    at com.waveset.object.AbstractViewHandler.getFormOptions(AbstractViewHandler.java:166)
    at com.waveset.view.ChangeUserPasswordViewer.refreshView(ChangeUserPasswordViewer.java:168)
    at com.waveset.view.PasswordViewer.checkinView(PasswordViewer.java:258)
    at com.waveset.server.ViewMaster.checkinView(ViewMaster.java:629)
    at com.waveset.session.LocalSession.checkinView(LocalSession.java:660)
    at com.waveset.rpc.GenericMessageHandler.doCheckin(GenericMessageHandler.java:1491)
    at com.waveset.rpc.GenericMessageHandler.syncUserPassword(GenericMessageHandler.java:2639)
    at sun.reflect.GeneratedMethodAccessor177.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.waveset.rpc.GenericMessageHandler.request(GenericMessageHandler.java:350)
    at com.waveset.rpc.SimpleRpcHandler.doRequest(SimpleRpcHandler.java:164)
    at com.waveset.rpc.SimpleRpcHandler.doRequest(SimpleRpcHandler.java:128)
    at org.openspml.server.SOAPRouter.doPost(SOAPRouter.java:500)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:264)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:178)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    at com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:221)
    at com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2072)
    Caused by: java.lang.IllegalArgumentException: Missing required argument "operator".
    at com.waveset.object.AttributeCondition.confirmMembers(AttributeCondition.java:436)
    at com.waveset.object.AttributeCondition.<init>(AttributeCondition.java:370)
    at com.waveset.object.AttributeCondition.<init>(AttributeCondition.java:408)
    ... 38 more
    |#]
    [#|2005-08-17T16:22:14.918-0400|INFO|sun-appserver-ee8.1|javax.enterprise.system.stream.out|_ThreadID=24;|
    XPRESS <new> exception:|#]
    [#|2005-08-17T16:22:14.918-0400|INFO|sun-appserver-ee8.1|javax.enterprise.system.stream.out|_ThreadID=24;|
    com.waveset.util.WavesetException: Constructor threw an exception.
    ==> java.lang.reflect.InvocationTargetException:
    ==> Missing required argument "operator". |#]
    Thanks,
    David

    If thjis is a reproducible problem log a support case with the traces and have them figure it out for you.
    WilfredS

  • WRT54 GS problem with password on set up CD

    Hi, I have bought a new-ish WRT54GS and connected up correctly according to the instructions. When I get to stage 8 the CD asks me for a password after checking the settings on my computer. Yes, I have tried all the hard reset techniques described on this site, with holding reset button etc. and no joy. Plus the config website 192.168.1.1 seems to point to my modem and I cannot see any info on Linksys router. Can anyone help please?

    Can someone please offer some advice please as i am still not able to get past this stage! I have done al of the recommended procedures of holding the reset button 30 secs on and off etc. but still  nothing. I think that most of the threads on this site relate to the password within the router, not on the set up CD which I have a problem with. Also the recommended ip address takes me to the set up page for my modem, which is functionaing as it should, so I am completely stuck!!!

  • IPhoto - MobileMe gallery subscription - problem with password-protected

    I am having a peculiar problem with subscribed galleries from MobileMe in iPhoto 08 and iPhoto 09. For galleries that have password-protection enabled, the full URL of the gallery subscription feed is pulled through as the Subscription title instead of the gallery title.
    For example "http://gallery.e.com/ACCOUNT-NAME/XXXXXX/?webdav-method-truthget&depth=infinit y&feedfmt=atom....
    This doesn't occur for public MobileMe galleries. The title of the gallery comes across and the URL of the subscription is hidden.
    Anyone having similar problems? Local Genius Bar couldn't help and assumed it was just a bug, but it doesn't seem to be typical of Apple.
    As an aside, it would also be nice to have these feed subscriptions behave similarly to the way RSS subscriptions work in Mail, with the ability to select how often the feed is queried and indicate the number of new items. This would alert users of changes to feeds.
    Joe

    Upon further research, it appears that this problem occurs when publishing from either iPhoto or Aperture to MobileMe. The problem seems to be when a gallery is published and one chooses not to have the gallery appear on the main gallery page (hidden). It seems to have nothing to do with whether or not one protects the gallery with a password.
    So, Apple, if you are listening, can you provide any information on how to have the title of the gallery come through when subscribing using iPhoto while at the same time not listing the gallery on the main MobileMe gallery page? This seems to be a fixable bug.

  • Problem with time reset

    Hi everyone,
    I just purchased a lumia 1520 black this weekend. However, I keep having problems with the time and date setting. Whether I use the automatic setting or not, the time keeps resetting a couple times a day to some time on the 20th of july 2013. Even if I reset it, it keeps coming back some time later. As you can imagine this is very annoying. Anyone knows how to resolve this?
    Thanks in advance,
    Bart

    Try a soft reset by holding both the Power and Volume Down buttons pressed until the phone vibrates and restarts. If that doesn't help, I would suggest taking it back to point of purchase or to a Nokia Care Point to have it checked/repaired.

  • Problem with passwords

    Hi, since about 2 days I have a problem with all the users changing there password,
    How can I know the last five passwords entered by a user, where can I find this information.
    SAP is set to refuse any password used within the last 5 so it needs to keep it somewhere...
    thank you all
    and have a nice day

    Here is a link to the SAP PAssword rules:
    http://help.sap.com/saphelp_nw04s/helpdata/en/d2/141fb593c742b5aad8f272dd487b74/frameset.htm
    THis is a link for password parameters:
    http://help.sap.com/saphelp_nw04s/helpdata/en/22/41c43ac23cef2fe10000000a114084/frameset.htm
    Change this parameter to 3 login/password_history_size

  • Problems with itunes resetting

    i have had itunes for about 2 years and have not had one problems with it. i have not downloaded and new itunes software. for some reason this started a couple days ago. every time when i close out of it, it resets everything. i have to add all the music again from the itunes folder, but it resets it every time. once i restarts it will ask me to agree to the software license agreement. i have tryed to uninstall itunes, and then reinstalled it, but that did not do any good. any ideas on what it could be?
    btw if it matters i have windowsXP pro.

    I didn't say it had anything to do with the music itself. What I said was it sounds like iTunes can not write to the folder where it keeps the database files that store all the info about your library INCLUDING about podcasts.
    Anything you do in iTunes is stored in that database file. Which songs, movies, and podcasts are in the library, play counts, date added, ratings, playlists, etc. If you start with an empty library, add a bunch of stuff to it (including podcasts) then exit iTunes and it can not write that information to the database files, next time you open iTunes it will show an empty library again.
    So again, while this might not be the issue you are having, have you checked the read/write permissions of the iTunes folder? Make sure the folder is not read only and make sure your user account has access to it under the security tab.
    Patrick

  • Problems with password server after opendirectory master ip address change

    Hello,
    I had to change the IP address of our opendirectory master and am having trouble now. This is on Tiger Server 10.4.5
    I followed the directions to use the "changeip" command and the clients use DHCP-supplied LDAP server information.
    This seemed to work in that I could use 'id username' to see the network users on a client, but could not login.
    I was browsing the workgroup manager using the inspector and noticed that there were two entries under AuthenticationAuthority for each user "ApplePasswordServer" and "kerberosv5". Each of these had the old IP address in them. I changed them by hand and now logins work.
    The problem is that, new users created with password server passwords are being created with the old IP address, lame. Second, changing them all by hand is also lame..
    So can anyone tell me what I did wrong and how to change the server IP? I noticed that it exists in /Library/Preferences/DirectoryService/DSLDAPv3PlugInConfig.plist and /var/db/authserver/authserverreplicas as well. Just changing those pooches and rebooting didn't do anything but put them back the way they were.

    Hi,
    it turned out the problem was due to a mismatch in the ACLs between the ASA and the remote site 2911.
    We had no matching line in the ASA config for traffic between the office and the extranet server.  On the office router, we had:
    permit ip 192.168.1.0 0.0.0.255 host 3.3.3.3
    So, on the ASA, we had to add:
    access-list office101 line 8 extended permit ip host 3.3.3.3 192.168.1.0 255.255.255.0 
    I'm not sure why the behaviour was different between the ASA versions i.e. why we did not experience any issues when we had the misconfig at version 8.4(3) but it caused problems with higher versions.  Also, cannot explain why it only really seemed to be one site that was affected (we had the same config mismatch at other sites which were seemingly alright) 
    However, ultimately, it was the config mismatch that was causing the problem and, after rectifying that, we were able to upgrade and our remote site VPN connectivity remained stable.

  • Problem with factory resetting Airport Express

    I am trying to do a hard factory reset my airport express. I want to reset it to the factory default so that I can change the settings so that it connects to my comcast wirless modem. I followed the instructions on the apple support site. I held the reset button will the device was unplugged and then plugged it in while still holding the reset button. I held it until the green light flashed four times. But the stupid thing will not reset at all. Just the same blinking orange light. No green light. And of course, non identifiable on airport admin utility. This is really frustrating. Anyone know how to solve this problem.
    Thanks

    I have the exact problem described by AKAPLG. I've tried EVERYTHING with no good result.
    - My network does NOT show up in AirPort Utility (and even the old Airport Admin Utility)
    - Even after hard reset I can still see the old name of my network but am still unable to join it.
    - I've tried connecting directly with Ethernet to my MacBook Pro, but it is unclear what I'm supposed to do next, the manual doesn't mention this at all. When it's connected I do not see my AX in the AirPort Utility menu when I rescan.
    - The "Factory Reset" described by the booklet that came with the 802.11n device is inconsistent with what I see when I try it. I get a single green blink followed by a long solid yellow (sorry Amber) followed by blinking amber. I never see 4 green blinks, as described.
    This is the worst Apple experience I've ever had. Period. Any more advice please before I take this POS back to the store and trade it for a punch in the ribs or a hot stick shoved in my eye?
    Message was edited by: jpembert

  • Serious problem with password popup

    As of today I have a problem when I open the padlock from system preferences. After I open it, it's password protected. After that it shows the next popup:
    Ca someone help me on this one?
    Thanks in advance!    

    Restart, holding down the SHIFT key, and then restart normally. That will reset the font databases and should clear up your problem. Do note that this procedure wipes out any custom font collections that you might have set up.

  • Problems with password including non-ASCII characters

    I am a German language user with a German keyboard but an English OS as main language. Therefore my passwords (simple user and admin) includes non-ASCII characters used in German, French and Spanish language, which increases security. This works fine in the majority of login scenarios. There are, however, 3 scenarios where neither my non-ASCII simple user nor my non-ASCII admin PW are accepted:
    1) running "sudo" in Terminal;
    2) When I try to shut down and another user account is still open. Doing this brings up a login window asking for the PW of the other user that does not accept non-ASCII;
    3) Using Leopard/SnowLeopard CacheCleaner. Upon opening, this app asks for an admin PW, but does not recognize non-ASCII.
    Am I right in assuming that this has to do with non-ASCII PWs? I thought ASCII times were gone given the remarkable language flexibility of Mac OS over the years. I know this stupid problem only from Win XP. There it is even worse.
    Is there a way to overcome this problem without always temporarily changing my PW? Thanks.

    I think the problem is with the applications themselves and should be reported to the developer. Although some non-ASCII characters are acceptable for an admin password, in my experience most Unix systems don't like non-ASCII characters in passwords. It may be easier to avoid them if you can.
    OS X should simply request your admin password to shut down when another user account is open. An alert dialog usually appears warning that the other user is still logged in and giving you the option to log the other account out then shut down. But in my experience the only authorization needed is for your admin account.

  • I cannot turn it on!!!n97.(problem with hard reset...

    hi guys..this is my **bleep** prob..i had a n97..the problem is it wont start at all...ive tried the hard reset but it wont work as it could be..ive tried a million times to hard reset but it still cannot..the phone only stuck at the Nokia..then it stuck there forever until i get this problem solved..is they anyone that has any ideas about this thing..??

    Erm.. I'm not quite with you johnjoel. From what I understand, the problem isn't sorted at all??
    First, What was the inital problem, and when did it occure? - Did you install anything on it before it happened? Did you upgrade the fw?
    Anyway, your phone's stuck on the boot screen. Usually there's nothing more to do other than take it to a Nokia care point as mccoy did, if the hard reset fails.
    But do you have a memory card installed? If yes; pull it out and try another hard reset. if it works, you will most likely have to format the memorycard.
    If you don't have a memorycard installed or the trick doesn't work; leave the memorycard outside the phone and pull out the sim-card too. Try another hard reset. - If the phone boots without it, but fails to boot with it, even when you've just performed a successfully hard reset, I would try another simcard if you have one spare. - If the phone does not work with that simcar either, you will have to take it to a Nokia care point.
    If i did misunderstand you, and you have sorted it out, let me know by posting here, and I will remove this.
    If youre not sure if you do the hard reset correctly; let me know.
    Cheers.

  • Problems with password for alias email address

    I am using two e-mail addresses, one the original @verizon.net and an alias I set up @alias.com
    I was regularly -- but it seemed sporadically -- getting this following message, sometimes when I tried accessing, but sometimes just when the Apple Mail was open but I wasn't doing anything:
    Enter the password for user “ -- alias address --” on IMAP server “mail.--alias--.com”
    For a while I hit 'cancel' and everything worked fine.
    But then I went into "account" and tried to fix the problem ... and I think I changed the password for the alias. In any case, I am unsure what the password is...and I can't see it on Preferences/Accounts.
    Now the root "Inbox" and the "alias" addresses have the tilde by them, indicating offline. Nothing I do gets rid of the tilde. I get that same request for password.
    Nonetheless I am still getting all e-mails through the secondary "Verizon" account. That does not have the tilde and is receiving all my e-mails.
    I want to clean this up...and avoid the annoying continuing often request for password.
    AS I WAS TYPING THIS, the message from Apple Mail popped up again. I had to hit 'cancel' or 'OK' (back and forth, each one) several times before it stopped popping up. This has happened before.

    Have spent hours in Preferences/Account ... deleted account, replaced account ... tried SSL on and SSL off. Read "Help/If you can't receive messages". Used Connection Doctor.
    I CAN send messages with my alias but am not receiving to it. This is a major problem for me.
    There seems to be no way to find out what my correct password should be. I've got two in storage, one much more likely than the other. But neither works.
    I'm also uncertain of incoming mail server correct name.

  • TORCH 9800 " How to stop the DATA Wiping due to Problems with Password Input "

    PHONE  TYPE:    
    Torch 9800 (1256)
    PROBLEM: 
    On Friday, April 5th ... after several attempts of inputting my screen password I was constantly told by the 9800  that the wrong password was being attempted; which I know I did input the right PW . [ I believe that one key pertaining to the PW string is faulty and therefore not accepting the right character ] . When I had suffered prior password issues after several attempts the 9800 indicated on the screen that I would be locked out for 15 minutes until I could attempt again. This time after attempting what I believe was 9 times I suffered a  "OMG"  (Oh My God) situation where-in I believe the screen indicated to me that information would be erased; at that point I saw a progressive bar appear on the screen with the word "WIPING"  and I immediately opened the back of the phone and removed the battery to stop the wipe at 40%.
    One hour+ later I inserted the battery back into the 9800 and once again the data wipe bar appeared on the screen and I pulled the battery to halt the wipe at 20%.
    I went to the Blackberry Official web site and sought out any solutions to stopping the data wipe in the Torch 9800 manuals and other service areas and there was no mention of the data wipe. I sought out other web sites for solutions and there was none... I also referenced   a number of Black Berry forums and found that there where mentions of the same issue I was experiencing BUT no solutions.
    I then pulled my sim card and inserted it into another Torch 9800  I maintain as a backup and when I went to my Mac Book Pro to connect the alternate 9800  and transfer data to it from the Blackbery desktop manager I was told their was a system failure. I attempted several times to in the dialogue box to copy data and settings from another device and again a system failure appeared. I again went to BB Torch Forums and found out that there have been a number of issues with Apple Macs and back up and transfers of data to Torch 9800 .
    On Saturday I contacted Telstra Mobile Technical support and was connected to a Black Berry technical solution specialist who after referring to their BB manual and speaking to colleagues informed me that they saw NO work around solution.
    I am therefore appealing to Blackberry wisemen & women to inform me if there is a solution to either obtain my backup data from my Mac and or to halt the Torch 9800 from wiping out my data if I have been able to pull the battery from the device. I have been user of Blackberry devices from the pagers of 1999 and have owned and operated over 14 BBs since along with my wife who is now on her first.
    I am looking forward to your reply.
    Removed personal information to comply withCommunity GuidelinesandTerms and Conditions of Use.
    Professor Kenneth Morgan

    Hi canadagoose
    Welcome to BlackBerry Support Forums
    Sorry to hear that you're experincing such issues !
    canadagoose wrote:
    When I had suffered prior password issues after several attempts the 9800 indicated on the screen that I would be locked out for 15 minutes until I could attempt again. 
    But this situation happens when you enter wrong password for your BlackBerry ID , but not with device password that a user set in his device :
    KB24157 : BlackBerry ID lockout behaviour .
    As you're an old user as you mentioned in your post , I think you will agree that BlackBerry are the most secure devices available , if we enter wrong password to many times ( By default 10 times ) then it will initiate a wipe process , which you cannot stop my any mean. 
    Sorry to say but there is no way or any workaround available to stop a device wipe after it is initiated .
    Reading your backup issue , have you ever done a full backup or a custom backup which atleast include your address book ! If you have it then after a wipe you can restore it from those backup files.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

Maybe you are looking for

  • Simultaneous data activation in cube - request for reporting available

    Hi, I'm on BW 3.5. I am loading several million records to a cube, processing is to PSA first and subsequently to data target. I have broken the load up into 4 separate loads to prevent caches from filling up and causing huge performance issues. When

  • Need help inserting spry correctly

    ok im trying to build a website about video games which will include things like cheats, tips, guides, etc. for thousands of games so im gonna have a lot of pages so using a template is my only choice. Wehn making the template i created an editable r

  • ITunes Changed the Language to Finnish On Its Own After Restart

    After having major problems with 7.5, I downloaded and installed 7.4.3. After a successful install and loading my entire library into my new iPod Classic, I ejected and shut down iTunes. When I plugged the iPod in again and iTunes automatically resta

  • Little plastic thing, what is it for?

    What is the small white plastic piece inside the packaging for? I can see that the Nano fits inside it along with the USB cord and it looks like it's supposed to attach to something but there is no explanation of it in the manual

  • Deactivation of Photoshop CS3 leads to an error 1914:1 what ist the solution for this problem

    hello I try to deactivate photoshop CS3 on my win XP system. When I try this I get the error code 1914:1 . This says there are no activations. But when I try to activate it on the new WIN 7 system I get the message to many activations. What is the so