Deleted Add Users Page

Permalink
So I did something kind of silly... I accidentally deleted the Add Users Page. I tried going into the database and manually enter in the page (i.e. INSERT INTO Pages VALUES(16,.....,/dashboard/users/add.php/...))

But I get a "Unable to load sitemap"

Is there a way to get the add users page back without a new installation?

Thanks
- IJ

ijessup
 
andrew replied on at Permalink Best Answer Reply
andrew
Try going into

dashboard > themes and page types > single pages

and at the form at the bottom, enter

"dashboard/users/add"

as the single page you want to add.
ijessup replied on at Permalink Reply
ijessup
You beat me too it, but I figured it out a harder way :p

I created a new page and then added the "/dashbaord/users/add.php" to the "cFilename" column.

Guess I was just over thinking a solution to the problem.