Topic: An alternative to login system
why really a login system was needed?
to allow employers to edit,deactivate their job postings from a single page......
how it could be done- my suggestion
every emplyer is identified through his e-mail and he is allowed to edit or deactivate his job posting through a authorisation id which is static
for e.g a employer gets an e-mail with this content
edit a job:
http://www.final.earnstop.com/post/32/e
1b62e3367/
Deactivate it:
http://www.final.earnstop.com/deactivat
ergse3367/
here the random url works as a identification system....so anyone get hold of this can delete or edit a job.....
the solution given should be very simple cos we already have link system provided for employers to edit or delete a job.....so we just need to create a page which queries all jobs by that emplyer with those above two links....
solution:
to make a dynamic page without any login system which queries the database for particular employer...to allow him to see all his job postings in a single page and deactivate it or edit it through that page.....
for e.g for every email poster there would be a random number page created through adding a table in mysql databse....
then the employer will be getting mail message with these lines:
to see all job postings visit: {base url}/huehufheihshfuehfsuhf123451efs
when he visits that page a php side page would query all jobs by that poster through his unique link connecting throug his email id.....
and show him
latest jobs:
nice developer........{image-edit}edit this job {image-delete}delete this job
I might not have described it in the best way....but this is a very effective method.....I hope senior contributors could throw a light on this.