Dreamweaver login page

Just, I want to do a simple login form but don't know how to do a database. Why must it be so complicated?

I come to finish a conference and you want to give participants access to download the presentations. I'll send them all a single password that they will enter it and then click on 'Send' to go to the page with files for download. Why should I create a database to do something that seems so simple?

You are probably able to go through because you have entered a username/password correct first name combination to see if it worked, who put a session for the credentials are correct, allowing you access.

The session was still active and you have tried another (bad) user name and password, but since the user logon and password has already been set for allow access first tired it you are authorized to access then even if incorrect credentials are entered subsequently in a current active session.

A way to prevent is to disable session variables in the "else" conditions, looking to see if the values of username and password match the values in the table.

best,

Shocker

Tags: Dreamweaver

Similar Questions

  • How can I simply add a login page to a Dreamweaver site

    I'm looking for solutions to add a login page to a site I'm building in CS3. I need a solution that is a simple as possible because this is only a temporary solution and would require only 10 to 15 people by logging. Any advise?

    Thanks in advance.

    Heya,

    I got your private message, ask questions about the tutorials about your request. I did a search on google for Dreamweaver CS3 login and found some interesting results. This page was the first shot. Have you read the tutorials found by searching?

  • A position requiring user login page between 2 or 3 random characters a memorable name

    Hello

    I've successfully created a login page (username + password) that links to a page of account. But I would like to insert an intermediate page (after login) where the user must type 2 or 3 random characters a memorable name.

    No idea how to implement this please in Dreamweaver / PHP/MySQL?

    for example:

    Type of user username and password... login.php... he is sent to login2.php with two or three drop-down box where he needs to enter the respective name memorable character: ("elephant")

    Enter the 1st memorable character of the name of youre
    Enter the 5 characters of your memorable nameh

    Any help or idea how to proceed is appreciated... Thank you.

    Hi, I'm doing a site that simulate a banking application for the last year of it project. So, just a user name and password is not going to be enough, I would like to add a 2nd level of password as you call it. In the United Kingdom, my Bank it call a "memorable" name can be any word about 8 + characters or it will be same not a "pin" 4-digit which is normally found in the table of user information.

    My problem is that after the successful login, the screen asking the user to enter the random characters of his memorable name or PIN. I'm not too good with php coding... only the beginner level, so I rely a lot of dreamweaver to do most of the work for me. but I understand some php and mySQL.

  • using coldfusion login page

    Hello

    First, I created a registration page that works very well.

    Now, I'm trying to build a login page using this help (http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7884a.h tml).

    When I try to log in with an account I get redirected to the page "Login failed."

    Is there additional work that is not included in the help topic? (maybe create a cookie or something)

    I m try a 10 with IIS8.5 Coldfusion server and MS SQL databases.

    with greetings

    Alex_xelA

    I found the solution here http://helpx.adobe.com/coldfusion/kb/coldfusion-login-page-always-fails.html

    I need to an Application.cfm file in the same folder of the Web site, that contains the following code:

  • Login page of Muse

    Hello. I am able to create a connection of php on my site in Muse? I currently have a site that has been created in Dreamweaver. There is a code for php password_protect. Is it possible to add this code on the site I created in muse me?

    Hi Kristanolasco,

    You cannot create a Muse PHP login page. However, if you have all the code needed to create a login box, etc., you can add it to your site from Muse.

    PS: If you plan to host your site on Business catalyst, then PHP is not supported in British Colombia. To create a connection to a secured in British Colombia area, please visit the following link http://forums.adobe.com/message/5307894#5307894

    If you plan to host your site on a third party server, then make sure that PHP is supported by the hosting server to work for it.

    See you soon!

    Aish

  • Several variables from the session to the login page

    Hey there, I have to point out that I use ASP for several years and am trying to start a transition to PHP. I'm kinda stuck and I don't know that there is a simple solution for this. After a login page, I go to my home page. When you are at the homepage depending on the status you are given i.e. level 1, 2 etc.

    Dreamweaver gives you the code to start a page and I seem to be able to capture the session variable 'MM_Username' on the start page, but in my setup, that's your name. Of course there could be a lot of 'Fred' out there so you need the info from the first name field. How to capture the session password or create a new session for password, so when I'm filtering the session on the page following I can use several variables as what follows must match the user name, password, address, etc?

    In asp is was easy. I started just a session variable capture since the names of the fields username and password. Like this:

    < % session ("NomUtilisateur1") = request ("username") % >

    < % session ("password1") = request ("pass") % >

    My session would be NomUtilisateur1, password1, and I would like to sort out.

    In PHP how would I do a similar thing? Help please!

    Here's the code generated from Dreamweaver.

    <? PHP
    If (! function_exists ("GetSQLValueString")) {}
    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
    {
    If (via PHP_VERSION < 6) {}
    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;
    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}
    case 'text ':
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "long":
    case "int":
    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';
    break;
    case "double":
    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';
    break;
    case "date":
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "set":
    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;
    break;
    }
    Return $theValue;
    }
    }
    ? >
    <? PHP
    Validate request to connect to this site.
    If (! isset {})
    session_start();
    }

    $loginFormAction = $_SERVER ['PHP_SELF'];
    If (isset($_GET['accesscheck'])) {}
    $_SESSION ['PrevUrl'] = $_GET ['accesscheck"];
    }

    If (isset($_POST['username'])) {}
    $loginUsername = $_POST ['username'];
    $password = $_POST ["password"];
    $MM_fldUserAuthorization = "";
    $MM_redirectLoginSuccess = "/ support/startpageSQL.php";
    $MM_redirectLoginFailed = ' / test2.php ';
    $MM_redirecttoReferrer = false;
    @mysql_select_db ($database_toyosupport, $toyosupport);

    $LoginRS__query = sprintf ("SELECT name, password AND password entry WHERE name = %s is %s",
    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $toyosupport) or die (mysql_error ());
    $loginFoundUser = mysql_num_rows ($LoginRS);
    If {($loginFoundUser)
    $loginStrGroup = "";

    If (via PHP_VERSION > = 5.1) {session_regenerate_id (true) ;} else {session_regenerate_id() ;}
    Declare two session variables and assign them
    $_SESSION ["MM_Username"] = $loginUsername;
    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    If (isset($_SESSION['PrevUrl']) & & false) {}
    $MM_redirectLoginSuccess = $_SESSION ["PrevUrl"];
    }
    Header ("Location:".) $MM_redirectLoginSuccess);
    }
    else {}
    Header ("Location:".) $MM_redirectLoginFailed);
    }
    }
    ? >

    To make this work it turned out to be very simple. at the login page, I simply used:

    <>

    This is to set session values.

    $_SESSION ['username'] = $_POST ['username'];

    $_SESSION ['pass_word'] = $_POST ["password"];

    ?>

    After all the code from Dreamweaver to start a totally different pair of sessions.

    On the home page, I made the Recordset like this:



    <>
    If (! function_exists ("GetSQLValueString")) {}
    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
    {
    If (via PHP_VERSION< 6)="">
    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;
    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}
    case 'text ':
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "long":
    case "int":
    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';
    break;
    case "double":
    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';
    break;
    case "date":
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "set":
    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;
    break;
    }
    Return $theValue;
    }
    }

    $pass_word_rsUSERNAME = "-1";
    If (isset($_SESSION['pass_word'])) {}
    $pass_word_rsUSERNAME = $_SESSION ["pass_word"];
    }
    $user_name_rsUSERNAME = "-1";
    If (isset($_SESSION['user_name'])) {}
    $user_name_rsUSERNAME = $_SESSION ['user_name'];
    }
    @mysql_select_db ($database_toyosupport, $toyosupport);
    $query_rsUSERNAME = sprintf ("" SELECT * WHERE the password = name = %s AND %s entry ", GetSQLValueString ($pass_word_rsUSERNAME,"text"), GetSQLValueString ($user_name_rsUSERNAME,"text")");
    $rsUSERNAME = mysql_query ($query_rsUSERNAME, $toyosupport) or die (mysql_error ());
    $row_rsUSERNAME = mysql_fetch_assoc ($rsUSERNAME);
    $totalRows_rsUSERNAME = mysql_num_rows ($rsUSERNAME);
    session_start();? >

    Although Dreamweaver code struggled a bit he works and seems to be stable. Note that I added a session_start to the top of the page, even if the source code for Dreamweaver does not. This helped.

    I hope this helps.

  • Create Unique Session Variable based on the login page

    Hello:

    I'm building a dynamic website with Dreamweaver CS5 with Coldfusion 9.

    My question is how can I set a session variable to read a certain value. It is currently when my clients go to the login page they enter their username and password. I was able to create a session variable that contains the user name as value. So in all their pages read Welcome website "all that was their connection username. Now, I want to get the session variable to read the same table but the different FullName field. This way, that the web pages will say Welcome "FullName (based on their login user name)" I tell myself that I have to configure a query parameter, but after trying and failing for four hours to produce a successful result, I resorted to post my problem here. I appreciate the help and advice.

    My information:

    DataSource = Table 'Access' = 'Logininfo' (current) land (for the session variable) = 'User_name' (desired) field (for the session variable) = "full name".

    Currently using (server behaviors: Variable de Session) MM_Username on each relevant page for the user.

    My sign in page code is as follows:

    Head:

    < IsDefined ("FORM.username") cfif >

    < cfset MM_redirectLoginSuccess = "members_page.cfm" >

    < cfset MM_redirectLoginFailed = "sorry.cfm" >

    < "MM_rsUser" datasource = cfquery name = "Access" >

    "SELECT AccessLevels FROM Logininfo WHERE username, password, username, FullName is < cfqueryparam value =" "#FORM.username #" cfsqltype = "cf_sql_clob" maxlength = "50" > AND password = < cfqueryparam value = "#FORM.password #" cfsqltype = "cf_sql_clob" maxlength = "50" >

    < / cfquery >

    < cfif MM_rsUser.RecordCount NEQ 0 >

    < cftry >

    < cflock scope = "Session" timeout = "30" type = "Exclusive" >

    < cfset Session.MM_Username = FORM.username >

    < cfset Session.MM_UserAuthorization = MM_rsUser.AccessLevels [1] >

    < / cflock >

    < cfif IsDefined ("URL.accessdenied") AND false >

    < cfset MM_redirectLoginSuccess = URL.accessdenied >

    < / cfif >

    < cflocation url = "' #MM_redirectLoginSuccess # ' addtoken ="no">"

    < cfcatch type = 'Lock' >

    <! - the timeout of cflock management code - >

    < / cfcatch >

    < / cftry >

    < / cfif >

    < cflocation url = "' #MM_redirectLoginFailed # ' addtoken ="no">"

    < cfelse >

    < cfset MM_LoginAction = CGI. SCRIPT_NAME >

    < cfif CGI. QUERY_STRING NEQ "" > "".

    < cfset MM_LoginAction = MM_LoginAction & "?" & XMLFormat (CGI. QUERY_STRING) >

    < / cfif >

    < / cfif >

    Body:

    Connection < h1 > < / h1 >

    < p > please enter your login information the registration form in order to access your member account page. < /p >

    < form ACTION = "" < cfoutput > #MM_loginAction # < / cfoutput > "method ="POST"id ="login"> < table width ="auto"border ="0"align ="center">"

    < b >

    < td > < label for = "username3" >

    < div align = "right" > user name: < / div >

    < / label > < table >

    < td > < span id = "sprytextfield1" >

    < input type = "text" name = "user name" id = "NomUtilisateur2" accesskey = "n" tabindex = "10" >

    < span class = "textfieldRequiredMsg" > a value is required. </span > < / span > < table >

    < /tr >

    < b >

    < td > < label for = "password" >

    < div align = "right" > password: < / div >

    < / label > < table >

    < td > < span id = "sprypassword1" >

    < input type = "password" name = "password" id = "password" accesskey = "n" tabindex = "15" >

    < span class = "passwordRequiredMsg" > a value is required. </span > < / span > < table >

    < /tr >

    < b >

    < td colspan = "2" > < div align = "center" >

    < input type = "submit" name = "submit" id = "submit" value = "Login" accesskey = "n" tabindex = "20" >

    < / div > < table >

    < /tr >

    < /table >

    < / make >

    < script type = "text/javascript" >

    var sprytextfield1 = new Spry.Widget.ValidationTextField ("sprytextfield1");

    var sprypassword1 = new Spry.Widget.ValidationPassword ("sprypassword1");

    < /script >

    I'm sure it is something simple and will show my status as a rookie for the asking, but thanks for your help!

    A session variable is also the best route to go? I'll use this to query databases to display and allow them to change contact information, also show their invoices and request services.

    I don't know CF so forgive me, but you can create a session for fullname variable or use a query on your pages to filter the data WHERE username = user session variable. Looking at your code, it looks like you can add a session to the full name variable here:

  • Pass parameters to URL AFTER Login page

    I send you a link in an e-mail to the partners which will lead them to a page with a SB access restricted to this topic. The server behavior restrict access redirects to the login page; which works very well. The login page works perfectly well.

    But the link in the email has two URL parameters on it, which is so that when the partner gets to the once connected landing page, these settings will filter the recordset and retrieve information specific to the individual and their contract.

    Problem: URL parameters appear to access the page with the restrict access SB on him (because they appear in the URL) and they were also highlighted in the URL of the page Login.php. But when actually, I hit 'submit' and connect, they are not passed that point to the destination page, so no information of the data table appears in the contract. I tried all imaginable combinations of recordsets and EEG and whatnot, and I can't get this look simple problem solved.

    Is there something unique in the connection or restrict access SB that strips the URL parameters?
    If so, how that overcome?

    So which cannot be overcome, how Session variables created by the operation of connection is used to extract the information from the data table?

    Interesting question. I studied the code to restrict access to the Page and think that this is the rub. What intrigues me is that you say that the variables are kept in the query string. They are not. The only thing that is in the query string is the page to which the user should be redirected after login. Fortunately, the solution is simple.

    Find the following section in the restrict access to Page code:

    if (!((isset($_SESSION['MM_Username'])) && (isAuthorized("",$MM_authorizedUsers, $_SESSION['MM_Username'], $_SESSION['MM_UserGroup'])))) {
      $MM_qsChar = "?";
      $MM_referrer = $_SERVER['PHP_SELF'];
      if (strpos($MM_restrictGoTo, "?")) $MM_qsChar = "&";
      if (isset($QUERY_STRING) && strlen($QUERY_STRING) > 0)
      $MM_referrer .= "?" . $QUERY_STRING;
      $MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar . "accesscheck=" . urlencode($MM_referrer);
      header("Location: ". $MM_restrictGoTo);
      exit;
    }
    

    Replace all instances of $QUERY_STRING $_SERVER ['QUERY_STRING'] like this:

    if (!((isset($_SESSION['MM_Username'])) && (isAuthorized("",$MM_authorizedUsers, $_SESSION['MM_Username'], $_SESSION['MM_UserGroup'])))) {
      $MM_qsChar = "?";
      $MM_referrer = $_SERVER['PHP_SELF'];
      if (strpos($MM_restrictGoTo, "?")) $MM_qsChar = "&";
      if (isset($_SERVER['QUERY_STRING']) && strlen($_SERVER['QUERY_STRING']) > 0)
      $MM_referrer .= "?" . $_SERVER['QUERY_STRING'];
      $MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar . "accesscheck=" . urlencode($MM_referrer);
      header("Location: ". $MM_restrictGoTo);
      exit;
    }
    

    The query string should now be kept intact when the user is redirected to the page of origin.

    I'll report this problem to Adobe.

    In addition, you can use find and replace to replace all instances of $QUERY_STRING $_SERVER ['QUERY_STRING']. If you're feeling ambitious, however, you can resolve this problem by modifying the configuration file that generates code to restrict access to the Page. In CS4 on Windows, the file you need to edit is C:\Program Files\Adobe\Adobe Dreamweaver CS4\configuration\ServerBehaviors\PHP_MySQL\RestrictAccess_main.edml. It will be in a similar situation in the Applications of Mac folder. Simply change all instances of $QUERY_STRING to $_SERVER ['QUERY_STRING'].

  • Try to connect to my yahoo on Safari takes me in a continuous loop to the login page. It works very well with Firefix.

    Try to connect to my Yahoo on Safari brings back me in a continuous loop to the login page. My registration using Firefox works fine.

    IM using ios10 on an iPhone 6 s

  • Login page freezes since 10.11.6 updating

    Hello

    I've updated my retina of Macbook Pro capital El 10.11.5 to 10.11.6 two days ago.

    Since then, my account login page is frozen (trackpad and keyboard) and the only solution is to hard reboot.

    MacBook Pro (retina, 13 inches, early 2015)

    Proc: 2.7 GHz Intel Core i5

    Memory: 8 GB DDR3-1867 MHz

    Graphics: Intel Graphics Iris 6100 1536 MB

    Y at - it solution or something I can do to avoid this to happen again?

    Thank you

    Trying to start up mode without failure.

    Boot mode safe. https://support.Apple.com/kb/PH21875?locale=en_US

  • Some login pages get 404 or 403 - very well in other browsers

    Hiya', people!

    Well, I did some research to find answers before deciding to ask my question - just to put it out there. Found a few things that seemed on the surface to be bound, but then, as I read the posts, determined that they were not. I therefore ask my own question:

    I have several websites that I cannot log in to Firefox, but CAN connect perfectly fine in other browsers. (As a web designer, I have all the major browsers installed on my system.) For example, the login page for my Craig list goes directly to their "404" page My College's statistical information system login goes directly to their "403 - Forbidden" page (note the difference returned error). A couple of others, as well. NONE of these pages are my favorites.

    I tried "power refresh" each page (Ctrl + F5). No dice.
    I tried to delete my history and cookies. No dice.
    I tried to remove it completely with iObit uninstaller of Firefox (but has NOT removed the my profile folder because I wasn't ready to do it again) and then re-install. No dice.
    I tried to disable all add-ons, plug-ins and extensions. No dice.
    I tried to delete the file "cookies.sqlite" (but could not find a file ' cookies.sqlite - journal ", as described in the troubleshooting section). No dice.

    So... until I delete my profile folder, shred Firefox completely from my computer and go to a new installation, any ideas? If this is not the case, in my history or cookies - or in the file cookies.sqlite - WHERE on my system these cached pages and WHY are they not allow me to access it through Firefox?

    Thanks for any help there ' All can provide!

    You block the sponsor.

    • network.http.sendRefererHeader: 0

    Not all web servers like this.

    See also:

  • Flash Player Plugin tries to access internet arriving on account login pages

    Firefox 24.0
    Adobe Flash Player Plugin 11.8 r800
    Software firewall: ZoneAlarm

    My firewall is set to "Manual control" and I get warnings for all attempts to access from the Internet.
    Firefox is already granted outbound access to the Internet, so I surfed without additional warnings. So if I go on YouTube, I can watch videos without receiving a prompt from my firewall.

    However when I visit a secure account login page (where I have to enter my username and PW) the firewall warns me that 'Firefox tries to use Adobe Flash Player 11.8 r800 to access the Internet.

    A prompt like this is provided by the firewall when a program uses another Internet access. If for example I click on a link in MS Excel, the firewall will tell me that Excel tries to use Firefox to access the Internet.

    Makes me concerned is:
    (1) Firefox already has access privileges. It should not "use Flash to access the internet.
    (2) this happens when I am about to use the keyboard to enter sensitive data in a secure page
    (3) there is no [apparent] Flash elements on the login pages.

    Could I have acquired a malicious Flash software that tries to collect the keystrokes and transmit somewhere? Is there a way to show (in Firefox) which Flash file works at some point? (This would let me distinguish what is what makes the access attempt)

    I am completely protected with Antivirus, anti-spam and breach prevention software. I also run Norton Power Eraser to see if there was anything at the root level. Nothing found.

    Thanks in advance for your comments.

    Pages can use Flash, even when there is no video is displayed. For example some sites use Flash for menus, some for audio and some may load Flash in their Google Analytics scripts so that they know as much as possible on your system.

    In most cases, the Flash Player will try to load a. SWF file, even if maybe it's not always easy. You might look for it in the Firefox Web Console.

    When viewing the page, press Ctrl + Shift + k, the reload of the page. If there is a request to support Flash on the page, it should appear in the console (if the request is blocked by a firewall, it must nevertheless appear as pending a request). There is a search/filter box where you could try to enter .swf to reduce the time needed to go through the list. You can find the URL of the requested file? That might or might not make you comfortable on demand.

  • Two sites of finance not only loading login pages

    Before the latest updates Firefox loaded two Web sites without problems. Now site Colonial First State does not display a login page and the readings I have to update my browser. The Commonwealth Bank site lets connect me but will not open any account information. The Commonwealth bank helpdesk told me to use Google Chrome. I did and it works very well with both sites.

    Hello

    Try Firefox Safe mode to see if the problem goes away. Safe mode is a troubleshooting mode, which disables most of the modules.

    (If you use it, switch to the default theme).

    • You can open Firefox 4.0 + in Safe Mode holding the key SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • Or open the Help menu and click on the restart with the disabled... modules menu item while Firefox is running.

    Once you get the pop-up, simply select "" boot mode safe. "

    If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to understand that one. To do this, please follow article Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems .

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    When find you what is causing your problems, please let us know. It might help others who have the same problem.

    Thank you.

  • Why cani, I download my Bank acct to accelerate without going back to the login page?

    I have Windows-8 and when I'm in my bank account and try to download to quicken I go immediately to the Bank login page. It was ok huh == when I had Windows XP. It works with windows internet explore. I love Firefox on IE if it is a problem for me. Help, please!

    Many issues of the site can be caused by corrupted cookies or cache. To try to solve these problems, the first step is to clear cookies and cache.
    To clear the cache and cookies to do the following:

    1. Go to Firefox > history > clear recent history or (if no Firefox button is displayed) go to tools > clear recent history.
    2. Under "Time range to clear", select "all".
    3. Now, click the arrow next to details to toggle the active details list.
    4. In the list of details, see the Cache and Cookies and uncheck everything.
    5. Now click the clear now button.

    Also try Firefox Safe Mode to see if the problem goes away. Safe mode is a troubleshooting mode, which disables most of the modules.

    (If you use it, switch to the default theme).

    • You can open Firefox 4.0 + in Safe Mode holding the key SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • Or open the Help menu and click on the restart with the disabled... modules menu item while Firefox is running.

    Once you get the pop-up, simply select "" boot mode safe. "

    If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to understand that one. To do this, please follow article Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems .

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

  • How can I change the URL in a bookmark? For security reasons, the site instantly takes me to the login page, but remember the URL, I entered and need me the tray

    I want to change the text of the URL in a bookmark. When I manually enter the URL in the address bar of Firefox, the site takes me immediately to the secure login page, but he remembers the URL at which I entered. I can't 'bookmark this page' because then I get only the page of connection, and the future visits the site will have no idea of that, different URLS, I wonder. So, I want to create individual bookmarks for each of my used URLs, even if they all route me via the same secure login page.

    Hello Pierre, you can change the url of a bookmark in the library of bookmark which you can access through the menu bar > bookmarks > show all bookmarks -simply select the bookmark you want to edit, then you can edit its properties at the bottom of the window.

Maybe you are looking for

  • WinXP disable zero Configation.exe - anyone know what for?

    Recently, I noticed that when opening my windows taskbar on that there is a program the process bar which is utulising 100% of the CPU, as this WinXPDisableZeroConfigation.exe reading memory, when I finish procees that the CPU is back to normal, but

  • change my password and I wonder why it is not accepted?

    say you that my password is not fair. I tried and and that we use? change password on each, with numbers and not accepted. unsubscribe if you cannot respond to this

  • The disk check runs every time you start, but never completed

    Original title: Check Disk computer error... Need help please Hello my computer is unable to check the disk... I believe that my windows vista crashed and when I turn on my computer... it continues to try to check the disk, but it keeps going and it

  • Computer won't turn on after the mode 'sleep'

    My computer acted funny lately when it goes into mode 'sleep', and I have to reboot it until I can do something new. I know I'm not the only one having this problem, I've read the other posts on this problem. Anyway, my keyboard has a sleep button th

  • Unknown symbol in the address bar

    In my address of the master browser bar an unknown symbol where the symbol of the internet Explorer needs to be there.  It is BL it is underlined in blue.  BL http://att.my yahoo.com