missing files in the user manager?

is it possible that when I install the User manager it didn’t create all the files?
it said in the WiKi that I should “play” with this files;

There are several predefined files required for successful signup:

    signup.html - main HTML file, used when the user opens signup page. Contains form where user fills in email, username, password, chooses profile and payment method. This file is free for modifications, but the following form input fields must be included:
        <input type="hidden" name="signup" value="start" /> - this field indicates, that "Sign up" button has been pressed, better do not modify this line
        <input name="email" value="$(email)"/> - email address
        <input name="login" value="$(login)"/> - username
        <input type="password" name="password"/> - password
        <select name="buy_profile">..</select> - profile to be assigned. Profile select box is generated, by placing variable $(profiles) in the HTML file. Although it is possible to specify profiles manually, it is recommended to use this variable and let the User Manager choose, which profiles are available for signup. To customize design of profile select box, specify style for #buy_profile and/or .signup in the CSS
        <input type="radio" name="pay_method"/> - payment method. Radio buttons with accessible payment methods is generated, by placing variable $(methods) in the HTML file. Although it is possible to specify methods manually, it is recommended to use this variable and let the User Manager choose, which payment methods are available for signup. To customize design of Paypal and Authorize.Net radio buttons, specify style for #pm_paypal and pm_authnet accordingly in the CSS
    redirect.html - used to redirect user to User page after successful assignment of free profile, which does not require payment. It is recommended not to modify this file

but I don’t have this files in my router
I have reinstall the usermanager and also reset the hotspot files
and still nothing

so where are this files??