限制访问网站 [英] Limiting access to a website

查看:73
本文介绍了限制访问网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在考虑为俱乐部设立一个网站。我不打算将内容

用于公共消费,但另一方面,我不会在那里保密,这将是保密的。如果它导致问题

更进一步。


基本原因是宣传俱乐部活动。我想轻松使用
。我怀疑使用密码登录对于大多数人而言是太费力了。我还注意到,计算机知识并不是他们所有人的技能

,那些没有掌握计算机技能的人有信心在亚马逊上购物。


基本上问题是沟通。他们中的一些人每季度阅读一些新闻稿,其中一些是他们的。我偶尔发送一封带有

事件列表的电子邮件,但如果我经常这样做,他们中的一些人会开始忽略他们的b $ b。我发现单独给人打电话是非常成功的,但是我没有报酬并且有生命。


但是,我需要成为积极主动而不是卷曲和死亡

方法。对于那些热衷于这个想法的人来说,一个网站可能会有所帮助。


我怀疑通过默默无闻的安全只是为了疏忽,一个网址

http://foo.bar/tbntrjvoprnio/index.html

是没有意义的。


我的计划如下:


1.让他们使用他们的电子邮件地址登录用户名。发送电子邮件给他们

他们的密码首先。


2.对于启用了cookie的人,在他们的计算机上存储一个cookie

识别他们。


3.使用cookies进行以后的登录。也许在每个会话的

开始时更改cookie。也许让这个过期。


或者,或者如果cookie关闭,我可能需要一个代码,仅用于一个

会话,用于会话。用户将输入他们的电子邮件

地址。如果它与列表匹配,则代码将通过

电子邮件发送给用户,他们可以将其用作密码。


有什么想法吗?我不想发一个特殊的邮件只是为了给每个人提供密码邮件。太少的努力和成本太少

奖励。


-
http://www.petezilla.co.uk

I''m considering setting a website up for a club. I do not plan the contents
to be for public consumption, but on the other hand I''m not going to have
anything on there that is confidential, that would cause a problem if it
went further.

The basic reason is for publicity of club events. I want to make it easy to
use. I suspect a login with a password would be too much effort for most
people. I also note that computer literacy is not a skill all of them
have, the sort of people who have not got the computer skills to be
confident to shop on Amazon.

Basically the problem is communication. Some of them read quarterly
newsletters, some of them bin them. I send the occasional email out with a
list of events, but if I do it too often some of them will start ignoring
them. I have found telephoning people individually to be very successful,
but I am not paid to do it and have a life.

However, I need to be proactive rather than take the curl up and die
approach. For those who are keen on the idea a website might help.

I suspect that security through obscurity is just to lax, a url

http://foo.bar/tbntrjvoprnio/index.html

is just pointless.

My plan is as follows:

1. Make them log in using their email address as a username. Email them
their passwords first.

2. For people who have cookies enabled, store a cookie on their computer
identifying them.

3. Use the cookies for future logins. Perhaps change the cookie at the
start of each session. Perhaps make this expire.

Alternatively, or if cookies are off, I could require a code, used for one
session only, to be used for a session. The user would enter their email
address. If it matched a list then the code would be sent to the user via
email and they could use it as a password.

Any thoughts? I do not want to make a special mail shot just to give
everyone passwords by mail. Too much effort and cost for too little
reward.

--
http://www.petezilla.co.uk

推荐答案

彼得,


你可能会考虑为整个俱乐部进行一次登录,如果你隐藏的数据不是保密的话。这将减少您的编码

时间,并且您仍然可以在

第一次使用cookie后绕过登录。我之前在俱乐部网站上取得了成功的结果。


Scott


Peter Chant写道:
Peter,

You might consider having a single login for the whole club, if the data
you''re hiding is not confidential. This will cut down on your coding
time a bit, and you can still use cookies to bypass the login after the
first time. I had a successful outcome doing this on a club site before.

Scott

Peter Chant wrote:
我正在考虑为俱乐部设立一个网站。我没有计划将内容用于公共消费,但另一方面我不会在那里有任何保密的东西,如果它是
走得更远。

基本原因是宣传俱乐部活动。我想让它易于使用。我怀疑使用密码登录对大多数人来说太费劲了。我还注意到,计算机知识并不是他们所有人的技能,那些没有掌握计算机技能的人有信心在亚马逊上购物。

基本上问题是沟通。他们中的一些人每季都阅读一些新闻通讯,其中一些是他们的。我偶尔发送一封带有
事件列表的电子邮件,但如果我经常这样做,他们中的一些人会开始忽略它们。我发现单独给人打电话是非常成功的,但是我没有报酬并且有生命。

然而,我需要积极主动而不是蜷缩起来死亡的方法。对于那些热衷于这个想法的人来说,一个网站可能有所帮助。

我怀疑通过默默无闻的安全只是松懈,一个网址

http://foo.bar/tbntrjvoprnio/index.html

只是毫无意义。

我的计划如下:

1.让他们使用他们的电子邮件地址作为用户名登录。首先通过电子邮件发送给他们的密码。

2.对于启用了cookie的人,在他们的计算机上存储一个cookie来识别他们。

3。使用cookie进行以后登录。也许在每个会话的开始时更改cookie。也许这会使这个过期。

或者,如果cookie关闭,我可能需要一个代码,仅用于一个会话,用于会话。用户将输入他们的电子邮件地址。如果它与列表匹配,那么代码将通过
电子邮件发送给用户,他们可以将其用作密码。

有什么想法吗?我不想做一个特殊的邮件,只是为了给每个人提供邮件密码。太少的努力和成本太少
奖励。
I''m considering setting a website up for a club. I do not plan the contents
to be for public consumption, but on the other hand I''m not going to have
anything on there that is confidential, that would cause a problem if it
went further.

The basic reason is for publicity of club events. I want to make it easy to
use. I suspect a login with a password would be too much effort for most
people. I also note that computer literacy is not a skill all of them
have, the sort of people who have not got the computer skills to be
confident to shop on Amazon.

Basically the problem is communication. Some of them read quarterly
newsletters, some of them bin them. I send the occasional email out with a
list of events, but if I do it too often some of them will start ignoring
them. I have found telephoning people individually to be very successful,
but I am not paid to do it and have a life.

However, I need to be proactive rather than take the curl up and die
approach. For those who are keen on the idea a website might help.

I suspect that security through obscurity is just to lax, a url

http://foo.bar/tbntrjvoprnio/index.html

is just pointless.

My plan is as follows:

1. Make them log in using their email address as a username. Email them
their passwords first.

2. For people who have cookies enabled, store a cookie on their computer
identifying them.

3. Use the cookies for future logins. Perhaps change the cookie at the
start of each session. Perhaps make this expire.

Alternatively, or if cookies are off, I could require a code, used for one
session only, to be used for a session. The user would enter their email
address. If it matched a list then the code would be sent to the user via
email and they could use it as a password.

Any thoughts? I do not want to make a special mail shot just to give
everyone passwords by mail. Too much effort and cost for too little
reward.



对我来说听起来太过分了。适合您和用户。我已经记得太多密码了,而且如果我不得不捣乱

一次性代码,因为我不知道如何打开和关闭cookie ,我/ b $ b很快就会对网站失去兴趣。由于机密性不是真正的问题,为什么不将他们的电子邮件地址作为登录

和密码。只需让他们在第一页上输入他们的电子邮件,

检查您发送电子邮件通知的列表。如果

他们在列表中,他们就在,否则,无法访问。

Sounds like too much work to me. Both for you and the user. I have
too many passwords to remember already, and if I have to mess with
one-time codes because I don''t know how to turn cookies on and off, I
would quickly lose interest in the site. Since confidentiality is not
a real issue, why not just have their email address serve as both logon
and password. Simply have them enter their email on the first page,
check it against the list that you sent email notifications to. If
they are on the list, they are in, otherwise, no access.


Peter Chant写道:
Peter Chant wrote:
我正在考虑为俱乐部设立一个网站。我没有计划将内容用于公共消费,但另一方面我不会在那里有任何保密的东西,如果它是
走得更远。

基本原因是宣传俱乐部活动。我想让它易于使用。我怀疑使用密码登录对大多数人来说太费劲了。我还注意到,计算机知识并不是他们所有人的技能,那些没有掌握计算机技能的人有信心在亚马逊上购物。

基本上问题是沟通。他们中的一些人每季都阅读一些新闻通讯,其中一些是他们的。我偶尔发送一封带有
事件列表的电子邮件,但如果我经常这样做,他们中的一些人会开始忽略它们。我发现单独给人打电话是非常成功的,但是我没有报酬并且有生命。

然而,我需要积极主动而不是蜷缩起来死亡的方法。对于那些热衷于这个想法的人来说,一个网站可能有所帮助。

我怀疑通过默默无闻的安全只是松懈,一个网址

http://foo.bar/tbntrjvoprnio/index.html

只是毫无意义。

我的计划如下:

1.让他们使用他们的电子邮件地址作为用户名登录。首先通过电子邮件发送给他们的密码。

2.对于启用了cookie的人,在他们的计算机上存储一个cookie来识别他们。

3。使用cookie进行以后登录。也许在每个会话的开始时更改cookie。也许这会使这个过期。

或者,如果cookie关闭,我可能需要一个代码,仅用于一个会话,用于会话。用户将输入他们的电子邮件地址。如果它与列表匹配,那么代码将通过
电子邮件发送给用户,他们可以将其用作密码。

有什么想法吗?我不想做一个特殊的邮件,只是为了给每个人提供邮件密码。太少的努力和成本太少
奖励。

-
http://www.petezilla.co.uk
I''m considering setting a website up for a club. I do not plan the contents
to be for public consumption, but on the other hand I''m not going to have
anything on there that is confidential, that would cause a problem if it
went further.

The basic reason is for publicity of club events. I want to make it easy to
use. I suspect a login with a password would be too much effort for most
people. I also note that computer literacy is not a skill all of them
have, the sort of people who have not got the computer skills to be
confident to shop on Amazon.

Basically the problem is communication. Some of them read quarterly
newsletters, some of them bin them. I send the occasional email out with a
list of events, but if I do it too often some of them will start ignoring
them. I have found telephoning people individually to be very successful,
but I am not paid to do it and have a life.

However, I need to be proactive rather than take the curl up and die
approach. For those who are keen on the idea a website might help.

I suspect that security through obscurity is just to lax, a url

http://foo.bar/tbntrjvoprnio/index.html

is just pointless.

My plan is as follows:

1. Make them log in using their email address as a username. Email them
their passwords first.

2. For people who have cookies enabled, store a cookie on their computer
identifying them.

3. Use the cookies for future logins. Perhaps change the cookie at the
start of each session. Perhaps make this expire.

Alternatively, or if cookies are off, I could require a code, used for one
session only, to be used for a session. The user would enter their email
address. If it matched a list then the code would be sent to the user via
email and they could use it as a password.

Any thoughts? I do not want to make a special mail shot just to give
everyone passwords by mail. Too much effort and cost for too little
reward.

--
http://www.petezilla.co.uk




嗯,既然信息不保密,为什么边界试图

保护它?只需在你的robots.txt中有相应的条目,这样Google

就不会为你的网站编制索引。



Well, since the information isn''t confidential, why border trying to
protect it? Just have appropriate entries in your robots.txt so Google
doesn''t index your site.


这篇关于限制访问网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆