Changing image owner Changing image owner
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Changing image owner

Started by n3n, April 22, 2006, 02:40:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

n3n

hi,

I've uploaded several thousands of images to my gallery using my admin account. However, i wish to keep this account name
low key for security reasons.

Is there any way to (batch) change an image owner ? Tried renaming my user account but
that (obviously) did not work.


Cheers

Nibbler

Only by manually changing the database.

UPDATE cpg_pictures SET owner_id = [newid], owner_name = '[new name]' WHERE owner_id = [oldid]

n3n

Ok tnx alot Nibber,

Topic can be marked solved.