Self Password management in SAP 4.7

Hi Techies,
Is there any way to enable self password management in SAP 4.7 (ABAP)?
My requirement is user have to Unlock/Reset his own SAP ID and get confirmation to his own mail address mapped in SAP.
This is just to avoid the routine activity of Helpdesk and obviously to reduce the resource utilization.
What I am planning is
Create a tcode with two buttons - for unlock and reset
(This tcode calls FMs in background to unlock and reset the password of user ID)
Create a user, assign above tcode to role and attach to him.
Give common password without password restrictions (minimum digits, charac etc)
Publish the process on SAP screen to brief the process.
Here what will happen is If user ID got locked, user opens other session with the user id and password provided on SAP front screen, enters SAP ID, checks the radio button and executes...then user recieves and email on his mail id about the change.
Challenge I expect here is
I have password related parameters configured in my SAP system - I want to exclude this user for password restrictions
I have multi workstation login disabled in my landscape - I want to exclude this user from this (Because  users cannot access from multi workstations which causes to delay in unlocking/resetting)
Request you to rview and reply with your valuable ideas.
*I have raised this query some time earlier but haven't received ideas/inputs
Regards,
Nick Loy

Hi.....Thanks for your inputs and queries.
You can add this parameter and the specific user name to allow multiple login.
login login/disable_multi_gui_login = UserA
Correct parameter is login/multi_login_users=Username
apart from these two i think you should also think how you will monitor this user if someone enter the password wrong multiple time, as well as how you will control to reseting the password of other user's also.
This is simple - It unlocks only the IDs which got locked by unsuccesfull attempts (I will maintain in script)
                        It sends the new password only to the owner of SAP ID (No other user will receive)
                        If anybody misuses, we can have the system/Audit logs to check the work station and user details
Regards,
Nick Loy

Similar Messages

  • How to discable password change in SAP ERP (or any ABAP system)

    Hello,
    We have password synchronization between Sun Identity Management system and SAP ABAP systems. This ensures that the password is identical between the network ID and SAP ID. In order to avoid any issues, we would like to disable the ability of the users to change their password in the SAP system directly (on the initial logon page). This forces the users to go through Sun Identify Management system for resetting the password (desired behavior). Can you please suggest if there is a way to do this. I remember seeing an OSS note that meets the requirement a couple of years ago but now I can't find it.
    Thanks
    Sri

    Hi Sri Vandan,
    Please check note number: 379081 if it helps for you.

  • Disable Sync Password and Secret Phrase input in Password Manager

    Firefox Sync is the only extension I use that imports its credentials into Password Manager, Xmarks didn't do this before.
    I am worried about remote security breaches such as those indicated at [http://bit.ly/axtm2V here]
    I have used Keychain Services Integration add-on but it does not work for me as it imports my OS X iCal and Mail passwords into Firefox.
    Albeit not a remedy, using a Master Password on the other hand results in a Sync error and the hassle of inputting the password each time I open Firefox, not to mention another password I have to remember.

    I edit my laptop.zip file with a configuration_custom.properties in the \settings folder of the zip archive
    the configuration_custom.properties has these key-value pairs
    com.sap.tc.mobile.sync.passwordhandling=local
    mobile.dbguser.name=user
    mobile.dbguser.password=password
    These settings skip the original login and the password sync - speeds up the development and testing for myself, so whenever I start simulator, no need for login and sync no need for password
    I also include the autologonapplication property for my application, but that I do through an Agent so when assigned it auto logins and starts up application

  • PI standard users password management

    Hi Experts,
    What is the best practice for password management of PI standard users? Shall all the users be given the same password at the time of installations? What are the implications of changing the passwords at a later stage, specially of the PISUPER user which has to be reflected in the Java stack also.
    Thanks & Regards,
    Shobhit

    Hi,
    Its always preferable to follow the same password as below instead of changing it. it may lead to abrrupt behaviour. I am not sure.
    Probably below links will help you
    The XISUPER user has a pwd of XIPASS.
    The following service users are created during the installation, and the passwords are specified at that time. You should check with the basis people.
    XIREPUSER - User for the Integration Repository
    XIDIRUSER - User for the Integration Directory
    XIAPPLUSER - User for sender applications
    XIRWBUSER - User for the Runtime Workbench
    XILDUSER - User for the System Landscape Directory
    XIISUSER - User for the Integration Server
    XIAFUSER - User for the Adapter Engine (communication between SLD, Integration Server, and Adapter Framework)
    LSADMIN - User for the Change Management Server
    http://help.sap.com/saphelp_nw04/helpdata/en/f4/67b340be3dff5fe10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/14a57f2a-0a01-0010-08bb-8cd5bb9079d6
    J2EE_ADMIN password change problem
    Thanks
    Swarup

  • IdM - Self password reset u2013 Internal Server Error

    Hello
    We are trying to set the self password reset on IdM 7.1 SP4.
    The User Interface and the Identity Center are installed on two different Was JAVA servers. When we try the reset password, it goes along well (authentication) but in the end, when we click on the u201CEndu201D button we get the following message :
    500 Internal Server Error
    Failed to process request. Please contact your system administrator
    And the detailed error information :
    java.lang.NullPointerException
            at com.sap.idm.wd.wf.task.PwdRecoverComp.SaveData(PwdRecoverComp.java:255)
            at com.sap.idm.wd.wf.task.PwdRecoverComp.MoveNext(PwdRecoverComp.java:293)
            at com.sap.idm.wd.wf.task.wdp.InternalPwdRecoverComp.MoveNext(InternalPwdRecoverComp.java:192)
            at com.sap.idm.wd.wf.task.PwdRecoverCompView.onActionNext(PwdRecoverCompView.java:165)
            at com.sap.idm.wd.wf.task.wdp.InternalPwdRecoverCompView.wdInvokeEventHandler(InternalPwdRecoverCompView.java:193)
            at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
            at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
            at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
            at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
            at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
            at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
            at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:332)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:741)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:694)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
            at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    We thought that maybe it was because of the two different servers installation since it used to work when everything was on the same server. Did anyone ever tried the self reset password with the same configuration as we have? Or do anyone know if it is necessary for the task to work to have IdM and the portal on the same server?
    Or maybe its a deploying IDMu2019s package problem?
    Regards,
    Clotilde

    Hello
    @Scott
    Make sure you have the correct sca file deployed on the portal from your service pack and make sure that the keys.ini file is correctly set up on the portal.
    About the sca, we deployed the IDMIC04_0-10007482.SCA (SP4) do we also need to deploy the IDMIC00_0.sca? (we didn't)
    About the keys.ini, we deployed the same file in each server.
    @Roy
    Have the user prepared the Authq attributes in the identity store, and you are using the correct answers?
    Yes, we only use the MX_AUTHQ_001 that we fill with the user's MX_PRIMARY_MAIL when we create it. The encryption is ok and we use the correct answer.
    What are your settings on the password reset settings in the Admin MMC?
    The settings are :
    Identification attribute  MSKEYVALUE
    No of question to show 1
    No of answers required 1
    Max no of attempts 3
    Password creation method Automatically generate
    Save the password to UME no
    Which version of the NW are you running?
    7.1 SP4
    Did you deploy the correct version of the webui?
    package SP4
    Could you try to change the loglevel of the defaulttrace on tcidmjmx-app to debug, and add the section of the log
    where it throws an error.
    I tried to do it but I didn't find where I'm supposed to configure that. Could you please help me on that or send me a link to a documentation that would explain it?
    Thanks a lot,
    Clotilde

  • Lenovo x1 carbon 20A8 series finger print scanner password manager

    hi ,
    we just purchased one Lenove X1, But we have problem with limitation of finger scanner application its support only in windows login and internet explorer. not working in other application like Excel, SAP GUI Log on.
    so i want to know any application are available for this model thats solve this issue.we show in other LAPTOPs like HP,sony that client security application far good compare to lenove,
    Any one know this kind of password manager that support finger scanner like Digital persona software (but its not work in X1) , kindly suggest best application.

    Good day and welcome to the community.
    I haven't used it, myself, but you might want to explore whether ThinVantage Password Manager would work for you.
    http://support.lenovo.com/us/en/products/laptops-a​nd-netbooks/thinkpad-x-series-laptops/thinkpad-x1-​...
    Hope this helps.
    Regards.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
    PM requests for individual support are not answered. If a post solves your issue, please mark it so.
    X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
    I am not a Lenovo employee.

  • Fingerprin​t Reader access to KeePass (from a Thinkpad with Password Manager)

    The goal: secure, convenient, automated login to password-protected sites
    KeyPass is a great open-source program for secure creation, storage and use of login passwords and other information. With a plugin called KeeForm, it allows very convenient automatic login to password-protected sites by clicking on a KeePass entry. To preclude unintended access to all of your secure information, it is wise to close Keepass after each use, or set Keepass to lock when minimized. But this is less convenient, because a long secure master password then has to be entered before each use of Keepass.
    Using a fingerprint reader to enter Keepass can be a big time saver while retaining security. Capacitive swipe fingerprint readers can be very secure, provided they operate through equally secure software. They are available as USB units, or integrated into some keyboards and notebook computers, for example some Lenovo ThinkPads.
    Unfortunately, set-up can be a challenge and there may be disadvantages even after the best workable interface between KeePass and a particular biometric system. This example uses the integrated fingerprint reader and software on a Lenovo ThinkPad X61.
    The problem: getting secure fingerprint software to use KeePass
    ThinkPads can use Lenovo fingerprint software alone for start-up into Windows, but they need additional layers of software (Client Security Solution - CSS, and Password Manager  - PM) to work with other programs including KeePass. PM uses CSS security functions.
    Cautions about Lenovo CSS:
    1. Some organisations advise against CSS because of problems including clashes with antivirus programs. See http://www.ncsu.edu/antivirus/lenovo/ and
    http://prowiki.isc.upenn.edu/wiki/ThinkVantage_Sof​tware_Under_Windows_Vista
    These bugs may have been fixed over time - but install at your own risk!
    2. CSS and PM introduce their own system overheads which may slow some operations.
    3. Once tried, CSS may not simply be inactivated while restoring basic fingerprint start-up into Windows. The X61 at least insists that CSS be reactivated for any fingerprint function. If you try a Windows system restore to a time before CSS was first activated, you may experience the ‘blue screen of death'. The security chip evidently regards your desire for a past configuration as a security breach. With luck you may ‘live again' if you can log into Windows in Safe Mode to undo the attempted system restore. After that, I reactivated CSS. I was not game to try uninstall after inactivation of CSS - but see the ncsu link above.
    Having decided to accept the ‘risks' of activating CSS and PM, you may want to try PM for all password management. For me it would not recognise some internet logins, could not complete auto-submission in others, and did not allow the manual adjustments that make KeePass so versatile. Unfortunately PM help is very limited. There is no current user manual (old manuals up to v1.4 available on the web do not match the properties of the current v3 of the software). KeePass (or the KeeForm plugin) also struggles with some sites, but it works much better overall. Help on KeeForm plugin syntax is limited, but otherwise KeePass help is great.
    So we really want the fingerprint reader (via PM) to work for KeePass master password entry.
    This is not so simple for five interacting reasons:
    (i)  It is tricky to register KeePass in PM;
    (ii) PM then gets confused by ‘hidden' entry of a master password during fingerprint login to KeePass, and repeatedly tries to save ****** as a changed master password;
    (iii) PM also tries to automatically register each entry opened for editing within KeePass;
    (iv) PM tries to automatically register other logins even if they are managed through KeePass.
    (v) Your KeePass records are now only as secure as your PM login (which is likely to be your Windows login).
    The solutions: or workarounds at least
    The best workarounds I could develop for these five issues were:
    (i) To register KeePass in PM, first ensure that PM is running (icon in the system tray). Then launch KeePass, click the login window box for unobscured password display (three blue dots turn black), enter the master password and click OK to start KeePass as usual.
    If PM does not offer to save an entry for KeePass by this stage, try ‘plan B'. Open a window to edit an entry in KeePass, then click Cancel. PM seems to recognise this more readily as a login window and may offer to create an entry. Accept the offer, and name the entry KeePass. Then open PM to edit the saved entry. You will have to edit several fields to achieve an effective PM entry for KeePass:
    The title field must be "Open database - database.kdb", to match the title of the KeePass login window.
    The file name field should show the full path to KeePass.exe (something like C:\Program Files\KeePass\PeePass.exe depending on your installation).
    The login and password data field is accessed by double clicking the entry. It will need to show only your KeePass master password (in the unobscured text view). In login and password data, delete each line of unwanted text until you get to the final password line (shown as *****), and edit this line to provide your master password.
    In the Advanced tab, select auto-fill and auto-submit and the desired security level [see (v) below]. Then select OK to get to the PM front window, and File - Save Changes, then Exit.
    Now when you close and re-launch KeePass, PM should automatically intervene (requesting a fingerprint to complete the KeePass login if you selected that security level. Select ‘No' when PM asks to change the password [see (ii) below].
    If you had no luck, try ‘plan C'. Close KeePass completely, then launch it again to open the login window. Then right-click the PM icon in the system tray, open the ‘Type and Transfer Tool', click the box for unobscured password display, type in the KeePass master password, drag the cross-hairs to the password field in the waiting KeePass login window, and release the password there. Click OK to start KeePass as usual, then click OK to close the PM transfer window. If there is still no KeePass entry in PM, check that KeePass has not been included in the PM excluded programs list. If this sequence does not work, reboot and check again. Failing all else, any entry that PM succeeds in making from any login page can be edited to an effective KeePass entry by editing fields as described above for ‘plan B'.
    PM (v3.00) can be coy to associate initially, but it will accept KeePass (v1.14) as a password-managed program, and thereafter it reliably succeeds to auto-submit the KeePass login after some help described in (ii) below.
    (ii) Having sent the correct master password to the KeePass login window, PM becomes confused by the ‘hidden' text now in the password field, and offers to change its record of your KeyPass master password to ******. You can manually select ‘No' in the PM changed-password dialogue box that appears every time you use PM / fingerprint for KeePass login. But Beware: if you ever accidentally select ‘Yes' (the default) your KeePass master password record in PM will be changed to ******. This can be edited to provide the correct password again, but it is more than a minor pain in the AR5E. Unless you know (or have a backup of) your KeePass master password you just lost access to your KeePass database!
    To avoid this big nuisance and risk, you can set up to restart KeePass for each use from a desktop shortcut (instead of minimising it to the system tray) and have the shortcut run a batch file with vbs scripts that send the ‘No' message to PM automatically.
    Here is an example batch file, with corresponding vbs scripts. You can make all these files using Notepad and save the files with the names indicated, into the KeePass program directory (C:\Program Files\KeePass in this example).
    KeePass.bat (This launches KeePass and tells PM v3 not to change the password. Caution: If Lenovo changed PM program design in future, the effect could change; the batch file might send {TAB}{ENTER} keystrokes to another open window on your computer):
    C:
    cd\
    cd "C:\Program Files\KeePass"
    start " " "C:\Program Files\KeePass\KeePass.exe" "C:\Program Files\KeePass\Database.kdb"
    start /w Sleep.vbs 1
    start /w AppActivate.vbs
    start /w SendKeys.vbs
    Sleep.vbs (provides a short delay to open the ThinkVantage dialogue window, otherwise the following scripts fail because they are sent too soon):
    Wscript.Sleep Wscript.Arguments(0) * 1000
    AppActivate.vbs (puts focus on the ThinkVantage  Password change dialogue window so that Tab and Enter commands are not sent elsewhere with undesired effects):
    CreateObject("WScript.Shell").AppActivate "ThinkVantage Password Manager"
    SendKeys.vbs (sends a ‘No' response to the PM request to change its KeePass entry):
    CreateObject("WScript.Shell").SendKeys "{TAB}{ENTER}"
    Please substitute ) where you see smileywink: in the vbs scripts above - I can't get this forum window to stop automatically translating the " ) sequence of text (without a space) as an emoticon.
    This batch file approach should work with additional startup switches for KeePass, for example the /backup.path: switch used by ‘another backup' plugin (or you can use the db_backup plugin that works from the KeePass.ini file). Quotes are needed around any entry with spaces. But some things that ‘should work' such as just writing "KeePass.exe" instead of the full path in line 4 of the batch file do not give the same outcome for me. This may be an effect on timing of the switch of focus between windows - so if you strike a problem it may be worth experimenting with the delay time set through the sleep script.
    If you set KeePass to lock when minimised, you will have to deal manually with the PM changed-password dialogue every time you re-access KeePass. So it is simpler to close rather than minimise KeePass after each use and restart it when needed, via the batch file.
    (iii) You have to tell PM ‘No' whenever it offers to save an entry that is edited in KeePass. This is less of a nuisance, because entries rarely need to be edited once set up in Keepass.  There is no way to turn off this requirement. If you select ‘Never' it will prevent use of PM and therefore fingerprint entry to start KeePass (not just the edit window).
    (iv) Turn off internet login within PM. This will leave all internet logins to KeePass. Unfortunately you can not set PM to only allow a single program login (KeePass), but you can set it to exclude specific programs, so do that for other programs that you access via KeePass.
    (v) Finally, set PM security within CSS so that a fingerprint (or a password if the fingerprint reader fails) is needed every time PM is launched (not just once per boot). Similarly, set KeePass security this way within PM. Otherwise (if you set the requirement to once per boot) your passwords are open to inspection while you are away from your booted computer.
    Caution: How secure is your Windows login password? Most likely this is also your PM login password, so it now allows access to your KeePass database! Make sure that it is a unique, secure and preferably memorable password.
    How close are we now to the desired combination of security and convenience?
    Click on the KeePass shortcut to the batch file given above, swipe the fingerprint, wait while CSS works, then click on the relevant Keepass entry to access any password-protected site or application in your Keypass list - great convenience.
    Security is very strong - both KeePass and PM are extremely secure unless you use a weak or insecure master password or select less secure settings.
    Starting (or opening a locked instance of) KeePass without the batch file given above requires a couple of extra carefully-placed clicks in the process to tell PM not to mess up its entry for KeePass, then to complete KeePass startup. This is less convenient, and a mistake could prevent future database access - so the batch file method is recommended.
    A final caution (while enjoying secure & convenient logins):
    Beware - fingerprint access is so convenient that you may forget your master passwords! Eventually they will be needed! You may click the wrong button in PM, suffer a faulty fingerprint reader or change computers! Then you must recall your master passwords before you can access your password file (and possibly your computer). This could be devastating: loss of all secure password information in KeePass and PM (and possibly loss of all information on a protected computer drive, not to mention need to pay for a computer motherboard and HDD replacement). So:
    1. Choose very secure but ‘unforgettable' master passwords for KeePass and computer (PM) access.
    2. Always set up a secure master password as an alternative to biometric authentication (in case of a faulty fingerprint reader).
    3. Keep your password database backups, and your separate master password backups, in another secure (preferably encrypted) but accessible location!
    Program versions tested:
    KeePass v1.14 (v2 betas not tested) with KeeForm v2 and DB_Backup v1.14
    Lenovo CSS v8.20 with PM v3.00
    The solutions were tested in November 2008 on a Thinkpad X61 running Windows Vista Business. The tricks to interface with KeePass can vary between fingerprint programs (search the KeePass forum).
    Message Edited by r_g_b on 11-03-2008 07:01 PM
    Message Edited by r_g_b on 11-04-2008 12:00 AM

    I'm reviving quite an old topic here, but I have been unable to find any other good information on this.  I currently use the latest version of Keepass v2.23 and have Lenovo Passoword Manager v4.3 installed on my new W530 laptop.  I can't get PM to recognize any passowords at all, in web browsers or in windows application.  
    In PM the only thing I can do is create folders and secure notes.  My fingerprint software works great for automated logins to windows.  Does anyone have any experience with using the fingerprint reader with a windows application like Keepass?  
    How can I get the Password manager to do ... anything?  Recognize a password in windows or a web browser?
    I'm open to any other software to be used or I can write scripts if necessary to accomplish this.  It doesn't seem like this should be so difficult, but from what I've learned about Lenovo so far, is that nothing is easy.  After trying to get battery charge thresholds working proplery in Windows 8, I've already lost faith in a company that I thought had a great reputation.  

  • I have a password manager built into my fingerprint scanner. It worked on the older version of Firefox but it will not on this new version. It will not recognize log in pages and will not load information.

    With the old version, all I had to do was go to the log in page to any of my email accounts or membership sites and scan my finger. It would fill in the fields and open my account. I like this new version of Firefox, but if I am not able to use that password manager then I will have to install the older version.

    A 2008 black MacBook can run OS X Lion (OS X 10.7). However, if you want to use that Mac for apps that do not work with the new MacBook, I recommend you to leave it with Mac OS X 10.6.8, because OS X Lion removes compatibility with PowerPC apps.
    Do not worry about the battery of the new MacBook Pro. You can replace it yourself or take it to an Apple Store or reseller, and the cost is similar. However, it's important to take the Mac to an Apple Store or reseller if your Mac's battery fails while the Mac is in warranty, because you will get the battery replaced for free.

  • How to delete wrong passwords saved in the password manager

    Hi, made a really stupid mistake by typing in my password incorrectly twice for a new email account, and think they have all been saved in the password manager... so now, everytime when I try to log in, three passwords will come up for me to choose.... really annoying, how can I delete the wrong passwords?? Please help

    Reading between the lines (...the word entire gave me a much needed clue) I realized that both my wife and I had passwords to this website and I needed to delete both sets of lines. After months of not thinking of this system quirk it's now done. Thanks.
    Of course, I had been clicking on the entire line, username-website-password, but it hadn't been working. I had given up months ago but now just felt lucky to try again.
    Ciao!
    J

  • Looking for a good Password Manager App for the iPhone

    I'm looking for a good and reliable Password Manager App for the iPhone with sync capabilities on macs. I've read several reviews on several different apps on iTunes, and either they don't work properly, or they're a rip off, or they just don't sync or all of the above. Any recommendations?
    Thanks in advance.

    I've been very happy with 1Password, though I haven't used the iPhone component (not having an iPhone).
    Disclaimer: any product suggestion and link given is strictly for reference and represents my opinion only. No warranties express or implied. I get no personal benefit from the sale of any product I may recommend in any of my posts in the Discussions. Your mileage may vary. Void where prohibited. You must be this tall to ride. Objects in mirror may be closer than they appear. Preservatives added to improve freshness. No animals were harmed in the making of this post.

  • I'm looking for a simple, secure password manager. Any thoughts

    Been browsing the Apple store for a password manager.There is a couple highly rated ones.But wanted to expand my search.

    Hi Mark,
    No need to restrict your choice to the preset Pages Templates. Do a web search and choose a Word template. Pages will open Word documents and templates. Or design your own:
    This is a Table I inserted into a blank Pages Word Processing document. Format the date column in Inspector > Table > Format > Cell Format. Select the first Date cell,then drag the fill handle down to increment the dates.
    Regards,
    Ian.

  • After updating to the new browser, my password managing program could not work any longer. I had to go back to the previous version but was wondering when this can be fixed?

    RoboForm password manager stopped working when I updated to the latest version of Firefox. I will contact them as well but I am using rf version 6 and would have to pay (again) to update that program to version 7. This is a vital program because I use a lot of different sites and really would like to continue to use with the Firefox browser.

    Thanks for your help.  I had already done the "forget this device" but had forgotten about the part of entering the passcode with the keyboard in order to pair.  I found my instruction sheet after I posted my cry for help and when I did the pairing procedure right, it worked.  It's weird that it decided to unpair itself.  Both my husband and our daughter have the same keyboard and neither of them have had this happen.  At least now I know what to do if it happens in the future.

  • My Password Manager icon has disapeared from my toolbar and no longer works. I have checked all settings with no luck in getting it to reappear.

    The password manager has disappeared (icon and all) and no matter what I can't get it back & running. I have checked tools/security and all is set as should be.
    == This happened ==
    Every time Firefox opened
    == Just discovered it this A.M.

    There is No Pre-installed Youtube App in iOS 6.
    http://itunes.apple.com/app/youtube/id544007664?mt=8

  • This Nightly feedback, Steganos password Manager drop and drag functionality no longer works after last update.

    Cut and paste still works but the drop and drag so longer works.
    This for Nightly Beta 64 bit.

    I too have the problem: W7 64 bit. Drag and drop worked until yesterday when I "upgraded" to FF v 26.0 - I can no longer drag passwords etc from my password manager to website fields - a barred circle appears when I try to drag.
    I tried pressing ESC (one profferred solution) and also reset FF to no avail.
    This is more than annoying: some of my passwords are dozens of characters long and there's no way I can access sites by typing them in! I need a solution, even if it's reverting to a previous version.

  • W510: the password manager is no longer active

    Recently, I had to restore the OS, and afterward I noticed two changes:
    > The ThinkVantage Password Manager was no longer active, meaning that it no longer prompted me for passwords.
    > The fingerprint icon changed.
    Any ideas as to what I can do to get the Password Manager working again?

    iForgot iCloud Password
    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

Maybe you are looking for

  • How do I convert a PDF to Word file.

    How do I convert a scanned PDF document into a word document?

  • The EURO currency table (EWUCURRS) could not be set up.

    Hi, When I create a PO while using AED as currency, I get message Pricing/euro: Attention: Euro Customizing not maintained Message no. VH777 Diagnosis The EURO currency table (EWUCURRS) could not be set up. Procedure Check EURO Customizing (see OSS n

  • Windows 7: CreateOleObject('InDesign.Application.CS3') error!

    Hello guys! My program cannot run InDesign under Windows 7 (but it works under XP). My code is:   FOleApp := CreateOleObject('InDesign.Application.CS3');   FComApp := InDesignCS3_TLB.CoApplication.Create; But it raises exception: Invalid class string

  • Notifications Profile changes after a phone call

    I have created a custom profile and set my notifications to this profile but After either an incoming or outgoing phone call the profile switches back to 'Normal'... why is this happening? peace and love

  • Anoying error under gnome

    Hi ppl...today ive updated my system and i get this very anoying error when closing any window on gnome... ----------- .xsession-errors --------------------- (nautilus:23561): Gtk-WARNING **: Refusing to add non-unique action 'submenu_file:\s\s\shome