Can i login under user account on my site to test/add/delete some posts and/or comments? Because passwords int database are MD5-hashed, i didn't see a simple way to do that. Anyone can help me?

Comments

Xabre-at-belajaronline.com’s picture

Certainly you don't want to hijack your members, do you?

You probably may want to consider creating your own member-privileged account as a test account. I often use this method to debug my site.
I believe you are the administrator, you have all the rights to do that. The members won't object your doing that method rather than asking your members to use their ID.

Hope it helps.

-------------------------------------------
[ My Blog ][ My Drupal Site ][ My Forum ]

Andrew Answer@andrew.answer.name’s picture

> You probably may want to consider creating your own member-privileged account as a test account. I often use this method to debug my site.
Yes, i can create user account with same privileges as usual user and test his rights.
But, if user post some spam or flood, for deleting his posts i need to write him... or delete it manually from DB - new user account can't help here.
I want to have some way to do it simpler - maybe some sort of post-moderation of user messages.

JohnG-1’s picture

go to admin/content

you will see a table with all recent posts at the top.

you can filter this table to hone in on a specific user, etc

you can delete an 'offending' node individually, ('edit' link) or en masse, by using the the check boxes and the 'update options' drop-down.

for comments go to admin/comments. it's fairly self-explanatory.