Hi Mirod
Thanks for the brief explanation. It's cleared up a misty
point or two. Just a thought on the last paragraph really
if a legal user came in to the directory through .htaccess,
then they could enter someone elses username into the web page
and submit that file, which makes .htaccess a little useless
against legal users playing around with user names.
Unfortunately user names are very easy to pick up through
our organisation, as they are the same as the individual email name.
I think the one way forward is to create a timestamp/username
variable and enter that into a table/file when the user enters the
system and to remove it after the person has left. Then
when a person enters a web page, we take the user variable
and check it against the user variable in the table/file.
That seems like a more workable solution to me
Many thanks for the info.
Anthony
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.