Please, I forgot my answer to the question of safety

Please, I forgot my answer to the security question... You can reset by sending mail...

< re-titled by host >

Hello Lyke,

I asked guests to change your email address.  It is not recommended to include this information in a public forum.

Here are the instructions on how to reset your Apple security questions.

On your Apple ID email addresses - Apple Support

Tags: iOS Apps

Similar Questions

  • I can't retrieve my password to iCloud and I forgot my answers to the question of safety

    I can't retrieve my password to iCloud and I forgot my answers to the question of safety

    You must ask security team account Apple to reset your security questions. To contact them, click here and choose a method; If this page does not list one for your country or if you are unable to call, complete and submit this form.


    (141868)

  • I forgot my answers to the two questions iTunes how can I reset it please

    I forgot my answers to the two questions iTunes how can I reset it please

    You have to ask Apple to reset your security questions. To do this, click here and choose a method; If this page does not list one for your country or if you are unable to call, complete and submit this form.

    (139632)

  • I forgot my answer to the security question, now I want to change my answer and to change their application asks me for my old answer which I forgot how can I change my answer to my security questions

    I forgot my answer to the security question, now I want to change my answer and to change their application asks me for my old answer which I forgot how can I change my answer to my security questions

    When I had the same problem, I used the solutions here If you have forgotten the answers to the security of your questions - Apple Support Apple ID

  • HI I want to buy in the store... The answer to the questions...... I forgot what to do reply

    Hello

    I want to buy in the store... The answer to the questions...... I forgot to answer what to do

    Need help?

    We need more information.

  • How to empty the responses of the child, when the answer to the question of parent is changed?

    Hi all

    Can someone please help me solve this problem?
    I have a project in OPA 10.2 in which child questions about become visible subsequent reviews based on responses to the question of the mother. Allows to consider a scenario where the user has answered the questions of parent and child and click on submit. Later, the user goes back and changes the answer to the question of the mother as the child becomes irrelevant. Engine OPA still knows the answer to the question of the child and the screens with questions of the child will always appear in the interview. Is it possible that the answer to the question of the child set to 'unknown' when answering the question of parent is changed? We want the user to see the screen with questions from the child, if the screen is supposed to appear, based on the answer to the question of parent.

    Thank you
    Kay.

    If questions about the child again, this means there is something in your logic that is requiring that those screens to be released. You might think that these issues have become useless, but your description of behavior indicates that there is something on these screens which is still required for rules. --> Note that I assume here that your interview is led by the feature of command of the screen in combination with backward chaining.

    If you use a Screenflow (which I do not usually recommend for the majority of cases), then the screens would appear if the logic of the Screenflow, it is that they must appear.

    No matter what motivates the flow of the interview, known data will not become unknown, but known data will be ignored by your goals so that data is more relevant for the objectives.

  • "you can be a victim of software counterfeiting" displayed on desktop, how do I close or I just wanted that he appears on the desktop can you give me direct answer to the question?

    You may be victim of software counterfeiting"displayed on desktop, how do I close or I just wanted that he appears on the desktop can you give me direct answer to the question?

    Hi k.Ramesh99905,

    ·         How Windows XP has been installed on the computer?

    ·         Has it preinstalled on the system when it was purchased?

    ·         Did you change to the computer?

    Method 1: Try to validate the copy of Windows and see if it helps.

    Genuine Microsoft software

    Method 2: Check if Windows XP is enabled. If this is not the case, try to activate to check the issue.

    How to activate Windows XP

    Respond with more information so we can help you best.

  • Forgot to answer to the security question

    I did all the necessary means to reset the answer to the security question, it seems that my country (Nigeria) is not supported. .Please help me...

    Click here and complete the form. Include a note that your country is not listed in the HT204169 article.

    (143693)

  • How to configure the options of oracle community such as, I see the answers to the questions posted by myself in a separate stream of data/place?

    Hello

    Thank you for your initiative on the oracle community.

    I love the community and wants to play an active role.

    However, I see the discussions initiated by me in a separate stream of data/place rather than mix them in all the other debates.

    is it possible to search all discussions posted by me only in one place?

    Is it possible to configure the options so that only the answers to my questions will be displayed in the Inbox?

    It used to work before, however, I subscribed to a few communities and my Inbox is bombarded with all the discussions. I read and try to answer on the other discussions, but it is difficult to keep track of discussion initiated by me?

    Help, please.

    Its there in your profile

    user10163762

  • Why do help answers address the question

    My cursor by default is the upper left corner and I want to its default value of the upper right
    When I ask the question how to change that, the answers have NOTHING to do with the sliders and not come close to answering the question
    How can I change the default cursor position?

    Hi ilikefree09, when you click on a link in a web page, when the new page opens, the cursor normally is not placed in a particular place in the page. Instead, the 'focus' is on the body of the entire page. So, if you press the arrow key down, the page should scroll; If you press Ctrl + a, the content of the body must be selected.

    Sites can change this basic behavior by using a script to set the focus to a particular item. For example, Google moves the focus to the search box.

    I don't know of any integrated setting to change this.

  • How to design the table from the answer to the question table.

    Hi all

    I am creating an application for student review online.

    There are two types of questions, the only choice of response and multi choice answers.

    My question is less than
    create table question_master
    (
    exam_id number references exam_master(exam_id),
    marks_of_each_question number,
    type_of_question char(1),-- single choice answer/multiple choices answer
    q1 varchar2(2000),
    q2 varchar2(2000),
    q3 varchar2(2000),
    q4 varchar2(2000))
    my table to answer (I'm not satisfied with who is below
    create table answers_of_questions
    (
    answer_id number primary key,
    question_ID number referenes question_master(question_id),
    answer varchar2(4000) not null,
    is_answer_correct char(1),--y/n,
    student_selection char(1),--y/n   student select it or not
    ....
    ...
    now, I'm perfectly how to create the RESPONSE table to contain the answers.
    the only choice is good, but several checkboxes choices, what to do?
    How to design the table from the answer?

    do I have to create 2 tables to contain the answers?
    Note: the QUESTIONS and ANSWERS, all will be entered by the teacher. students will make a choice and I will store this choice in another table
    may be called STUDENT_SELECTED_ANSWERS or something like that.
    If anyone has some reference to the script retail scheme review online, kindly share with me.

    Kind regards.

    Kind regards.

    If you need to have answers in another table:

    Student (student_id, name, etc...)
    Review (exam_id, exam_name, etc...)
    Question (question_id, exam_id, question_text)

    Response (question_id, a_text, b_text, c_text, d_text, a, b, c, d).<-- one-to-one="" with="" question="" table,="" a-d="" flags="" used="" to="" indicate="">
    OR
    Response (question_id, answer_id, answer_text, OK)<-- many-to-one="" with="" question="" table,="" correct="" flag="" used="" to="" indicate="" correctness="" for="" this="" single="">

    Student_Answer (student_id, question_id, a, b, c and d)
    OR
    Student_Answer (question_id, student_id, answer_id)<-- creation="" of="" a="" question_id+answer_id="" in="" this="" table="" implies="" the="" student="" checked/selected="" it="" as="" an="">

    To what extent you want to standardize, it is up to you.

  • Using variables to get the answers to the questions of fill-in-the-White

    Hello

    Fill-in-the-blank questions, to provide answers. I want to provide these in the form of variables (user-created), rather than in the form of fixed strings (so, as $$ var1$ $ and not as 'Rabbit'). I could not get this to work. The variable input function is available (in the properties panel), but it does not in fact (i.e. even if you select a variable to be entered, it is not actually automatically registered).

    Is there a way around the problem?

    1. NB containing the same question for text entry boxes (rather than fill-in-the-blank questions). If I could get this works for text entry boxes, I'd use questions these rather than fill-in-the-white.

    2. a peut use variables for the answers to the multiple-choice questions. So I hope I can make it work for fill-in-the-blank questions as well.

    Thank you in advance. Marvin DuBois

    That would be my suggestion. I don't have a blog, but using BER of for this kind of questions me as well. And unlike the widget/interaction, that I've mentioned before, BER is an interactive object, which means it can be validated and that there may be a score attached to it. But, it will not help you, since you have to add the correct answers in the same way as for a drop-down list in the issue of the FIB (they are the sorts of TEB). And it is this list that does not enter a variable rather than a fixed sequence of characters.

    This means that you are into stocks advanced, identical to that of my blog posts with the widget/interaction.

    Have a work around (after all I'm the work around Queen) having intercourse, if you don't check that BER, described here:

    http://blog.lilybiri.com/report-custom-questions-part-2

    The idea is to use another interactive object that can have a score. Actually, I use two instances of the same object: a score of 0 and one with score of X and show the right according to the conditional action.

    However if you want to have multiple TEB on the same blade, which must be verified with the same tip action, you will need either the mastery of InfoSemantics (only for output SWF) widget or Javascript.

    Lilybiri

  • How security are the links posted in the answers to the questions?

    Earlier, I asked why the SP3 update to my SP2, explains a backup should be performed.  I was also asked why it was not conducted earlier. I'm still on SP2.  I don't want to lose the programs and software on my computer.  A backup really protect software as Front page?  With my answers provided the links and explanations, of course, I have not clicked.  People put these links in there for my benefit, but I still understand you're not not to click.  What I have to do is to try them on a computer that can take a bullet.

    While you're wise to be cautious about possible bad things that can happen to a PC, you must realize that the mere fact of being online (for example, only the reading e-mail) will ALWAYS have its risks.

    The irony is that because Windows has a large number of security vulnerabilities, the chances that your PC has been compromised (as well as your personal identity and financial information) is VERY high because you do not have a connected system! A system of Windows XP SP2 is VERY precarious. In fact, a number of people would like to recommend that you perform a clean install because of this.
    For links, you can reduce the risk of passing the mouse over the link to verify that it does not change. In other words, if you receive an email from 'phishing' of what you THINK is your credit/bank card company (let's say it's Chase) and the link LOOKS good, the mouse over it and see if decides to link to a strange name that is not familiar.
    But if a MS MVP as PA porter provides a link, I don't know that it will be safe.
    Here are mousing over the examples:
    This one REALLY goes to Google (you can predict that it will be by positioning the mouse on it and checking):
    It does not WORK:
    (Note that it will STRIVE to go to google.cxw3q9, which does not exist!)
    You're foolish to not be backing up your system! A reliable backup of the system WHOLE (by creating a clone or image of the ENTIRE disk) is the only way to protect your system, including ALL the programs installed on it! I prefer the image of the hard drive. Acronis True Image works fine. There are other programs, too, such as Paragon and Macrium Reflect, that to do this.
  • I am in contact with a moderator in an attempt to retrieve any of my email accounts and I get no answers to the questions I put to him can u help

    I am in contact with a moderator on my account validation and password reset information and trying to provide them with the information that they asked me, but the moderator is unresponsive to the questions I have. In particular, I can't go back to the page which you alow submit me the new information they need.

    Hi John

    Thanks a lot for your help. Finally, I've sorted the problem and am very grateful to you.

    Tommy

  • e-mail blocked because I forgot my answer to the secret question that I posted of the years ago.how to solve this problem?

    I got an email from yahoo that I used all the time but when I went and changed my password and secret yahoo blocked my email secret questions and the previous question it ask I remember my answer and now I can't evaluate my yahoo email, what should I do?

    Hello

    The problem is with yahoo mail, I suggest you to contact the support mail yahoo and check.

    http://help.Yahoo.com/communities/index?page=forums

    http://answers.Yahoo.com/;_ylt=AtTnYarr2VjnoZBZWUZGbmSe5HNG;_ylv=3

Maybe you are looking for

  • I think my e-mail system is automatically remove emails over 2-3 months.

    I've been in tools / accounts settings / disk space and it is marked "don't delete all messages" but I only seem to have all the messages from July 27, 2015. Also a lot of those randomly for before this date in 2015, and about 30 very random emails f

  • System random blackout curtains

    HelloMy computer seems black out randomly. The duration of use varies greatly and there doesn't seem to be a reason for it.Power outages usually occur after many hours of operation and an occaision it took place while I was faced with the screen of r

  • Acceptance of the wrong calendar calendar .ics in get Outlook Web Access requests.

    I run Vista w/Outlook 2007 for my personal e-mail.  I also Outlook Web Access runs hung in an Exchange Enterprise Server.  When I accept calendar entries on OWA that has an .ics attachment, the calendar entry is placed on my personal calendar instead

  • [ATTN: developers] 3 x CDP install Logs - 1 failed, 2 work

    I have the logs here for 3 installs clean of the CCP, one without a link of junction of the temp in user\appdata folder and two others with a link,. c:\Program files... \Sony\ to the user\appdata\temp\Sony user\appdata\temp\Sony to c:\program files..

  • Using the browser as a front end for an application

    I'm still relatively new to this Yes, you can forgive any missteps. I'm developing an application that needs to use the browser as its user interface. I want to capture all requests from the browser content and their service myself in the application