Can't find what you are looking for ?
Google
 



Showing posts with label Login. Show all posts
Showing posts with label Login. Show all posts

Sunday, August 30, 2009

Changing your Adsense password

When Google started with Adsense, it allowed users to have a non-Gmail account with a separate password; it was only later that Google started linking everything to a Gmail account and password. For people, it can be a bit confusing as to what they need to do if they are unable to access their Adsense account because the password does not seem to work. There are others who prefer to change their password on a regular basis to keep it secure.

How do you change your password from within Adsense ?

1. Log in to your account at https://www.google.com/adsense
2. Click the Login Information [edit] link
3. Enter your current and new passwords in the fields provided
4. Click Save Settings to update your password, or Cancel to return to the previous page without saving.


If you want to reset your Adsense account and currently don't remember your account password, or the one that you have does not seem to work, then you should go to this url:

https://www.google.com/adsense/assistlogin

If you have more queries regarding to Adsense, then you should go to this Google Adsense help page:

https://www.google.com/adsense/support/bin/topic.py?topic=8431

Tuesday, August 4, 2009

Wordpress Hack Block: Login Lockdown

What does somebody do when they try to figure out your password for Wordpress account ? They try multiple attempts at your password, and Wordpress allows an atacker to make multiple attempts. Would it not help you if you could get a report whenever somebody makes multiple attempts to access your login account. Here is one Wordpress Plugin that helps you in this effort. The plugin is proactive in these security measures, since it directly blocks access from an IP range if there are a number of invalid login attempts from that range.
Page to read more and download (link here)

Login LockDown records the IP address and timestamp of every failed WordPress login attempt. If more than a certain number of attempts are detected within a short period of time from the same IP range, then the login function is disabled for all requests from that range. This helps to prevent brute force password discovery. Currently the plugin defaults to a 1 hour lock out of an IP block after 3 failed login attempts within 5 minutes. This can be modified via the Options panel. Administrators can release locked out IP ranges manually from the panel.

Monday, August 3, 2009

Wordpress Hack Block: Limit Login Attempts Plugin

Wordpress allows any number of attempts at login, so if somebody is trying to do a brute force dictionary attack onto the admin section of your site, at some point, they may suceed. But the basic issue is, why are you making it easy for hackers to do so; you should set a limit on the number of times a wrong login can be attempted on your site. Here is a plugin called 'Limit Login Attempts' that allows you to do this. Get it from this page (link)

Limit Login Attempts blocks an Internet address from making further attempts after a specified limit on retries is reached, making a brute-force attack difficult or impossible.
Features:
Limit the number of retry attempts when logging in (for each IP). Fully customizable
(WordPress 2.7+) Limit the number of attempts to log in using auth cookies in same way
Informs user about remaining retries or lock out time on login page
Optional logging, optional email notification
Handles server behind reverse proxy