No need to create new user. You can still change the value from DB without switching users. The value is stored in wp_usermeta table.
So find the entry in the database
SELECT * FROM wp_usermeta WHERE meta_value=”500″
and change it.
You are right! Probably I had in mind my beloved CSS syntax. Thanks!