|
| Admin screens | http://www.domain.com/EmazeAuction/admin/index.cfm |
| Auction home page | http://www.domain.com/EmazeAuction/index.cfm |
| Category home page | http://www.domain.com/EmazeAuction/category.cfm?categoryID=#categoryID# |
| Where #cateogryID# equals the ID of that category | |
| Lot | http://www.domain.com/EmazeAuction/lot.cfm?lotID=#lotID# |
| Where #lotID# equals the ID of that lot |
| Other URLs for bidders | |
|---|---|
| New Bidder | http://www.domain.com/program/user.cfm |
| Edit bidder | http://www.domain.com/program/editUser.cfm |
| Help | http://www.domain.com/program/help.cfm |
| List all lots | http://www.domain.com/program/list.cfm |
| Bid status | http://www.domain.com/program/status.cfm |
| Bid form | http://www.domain.com/program/bidForm.cfm |
| URL to include the bid form for each lot. Necessary when creating new templates or making the bid form a separate page. |
Some auction sites use the email address as the username. You are welcome to do thisj, but it will require some minor customization if you do not also ask users to enter their email address separately. This is because Emaze Auction addresses all emails to the user's email address. So it would be necessary to either ask them to complete the email field as well, send the emails to their username, or copy the username to the email address field when creating the user. Of course, this applies only if you will be using the system to send automated emails. (For more information on automated emails, see the Automated Emails section below.)
| Username, password | Fields to enter their unique username and password. If these are not correct, Emaze Auction will ask the user to re-enter their username and password before it will allow the user to bid. |
| Cookie checkbox | If Emaze Auction detects the user's cookie, it will give the user the option of bidding with the cookie, rather than entering the username and password. The username and password fields are still displayed though in case the user happens to be at a computer of another user. Before allowing the user to bid, Emaze Auction will check that the cookie is valid. If not, the user will be asked to enter their username and password instead. |
| Bid | User's initial bid. This field will automatically contain the lowest bid which will win a quantity of at least 1. |
| Quantity | Quantity user is bidding on. This field will only appear if the lot quantity is greater than 1 and the maximum quantity the user may win is greater than 1. |
| Accept full quantity only | Checkbox which allows user to declare that they are only willing to accept the full quantity they have bid on. If checked, Emaze Auction will allow the user to win the lot only if the user can win the full chosen quantity with the bid. This checkbox also appears only if the user may bid on multiple quantities. |
| Auto-bid | This checkbox is displayed only if Admin allows users to auto-bid. If the user checks this checkbox, Emaze Auction will automatically increment the user's bid to ensure a winning bid up to the maximum bid. (This is currently an all-or-nothing option, but it could easily be changed so that certain lots allow auto-bids, while others do not.) |
| Maximum bid | This field will only appear if auto-bid is enabled. This is the user's maximum price, and is thus the price at which Emaze Auction will stop incrementing the user's bid to ensure a winning bid. |
Note about bid increments: The bid increment is the minimum amount by which a bid must be greater than a previous bid. You may choose to make the bid increment simply the minimum bid increment or a required increment multiple. If the bid increment is merely the minimum, then the bid will be accepted as long as the bid is greater than the previous bid plus the bid increment. For instance, if the previous bid was $5.00 and the bid increment is $1.00, then any bid over $6.00 will be accepted. If the user bids $6.25, then the next required bid must be at least $7.25.
If the bid increment is a required increment multiple, then all bids must be greater than the previous bid by the bid increment or a multiple thereof. In our previous example, the bid of $6.00 would be accepted, but the bid of $6.25 would not since $1.25 is not a multiple of the $1.00 bid increment. (It isn't. We checked on our calculator just in case.) However, the user could bid $7.00 or even $8.00.
| Lot closed | Emails lot contact person to notify them the auction has closed. Option to include winning bidder information in email. |
| Winner | Notify lot winners they won the bidding for that lot. |
| Loser | You did not win the bidding for this lot. |
| Before close | You no longer have a winning bid, but the auction is still open. |
| Losing Now Wins Again | Your previously losing bid is now a winning bid again. This typically happens when a previuosly-winning bidder would not accept a partial quantity. |
| Losing Quantity | You will no longer win the full quantity you requested, but the auction is still open. |
| Auto-bid | Your bid has automatically be increased using the auto-bid feature. |
Emaze Auction maintains 2 lists:
Every time a page is loaded by a user, Emaze Auctions checks whether any open lots need to be closed. If so, Emaze Auction adds the lot(s) to the queue of closed lots waiting to have the emails sent. This is a simple script that will not significantly affect user's experience or place undue burden on the server. Emaze Auction does not automatically send the emails because that takes additional time, and would affect the user's experience. (This is because Cold Fusion does not allow you to send HTML to the browser while the page is still being processed.)
If you have the Enterprise version of Cold Fusion, or are hosted your site with an ISP that uses the Enterprise version, you have access to the Scheduler via the Cold Fusion Administrator. The Scheduler enables you to run a script without requiring a user to wait while it executes. Most ISPs will allow you to run a simple script through the Scheduler. However, if your ISP is wary of doing this, feel free to have them contact us at sales@emaze.com and we will be happy to assure that the script will not place undue burden on their server.
The script that you should run via the Scheduler is:
http://www.domain.com/program/scheduler.cfm
If you have lots which close at all hours, we recommend running the script every hour. However, if your lots tend to close at the same times, you can set up the script to run only at those times. If you are using the inactivity setting, such that an auction will remain open past the closing time as long as there is still active bidding, be sure to run the script after the closing time, e.g., 30 minutes. This will provide enough time for most auctions to actually close.
If you do not have access to the Scheduler, either because you are not fortunate (and wealthy) enough to have the Enterprise version of Cold Fusion or because your ISP will not allow you to use the Scheduler, all is not lost. Emaze Auction can still send the emails automatically. When Emaze Auction checks whether any lots need to be closed, if the scheduler is not being used and no lots need to be closed at that time, it will send the automated emails for one lot in the queue. This ensures that each user will not endure a long delay.
In the Options section of the Emaze Auction Admin screens, you are asked to designate whether you are using the Cold Fusion Scheduler. If you are not, then you can choose to either have Emaze Auction send the automated emails or choose to send them manually. (Manually does not mean that you must send the email to each user individually. Rather, the Admin screens provide a button for each lot to automatically send the emails to the winners and/or losers if the emails have not already been sent.
| EmazeAuction_master | Temporary cookie used only for the Emaze Auction admin screens to ensure that only the Master user may access these screens. |
| EmazeAuction_user | Temporary cookie for users who have bid on a lot during that browser session. This enables them to bid on additional lots without entering their username and password each time. This cookie will automatically expire when the browser is closed. Admin may decide whether to implement this cookie. |
| EmazeAuction_login | Permanent cookie for users who choose the automatic login via cookie option. This enables them to bid on lots without entering their username and password everytime they come to your site, including between sessions. Admin may decide whether to implement this cookie and users may decide whether to use it. |
JavaScript is used extensively in the Admin screens. However, it is also used in various parts of the user interface, primarily on the bid form for the following purposes:
When each new bid is submitted, the system will ensure you still have a winning bid. If you do not, it will raise your bid to maintain your winning status. If you will accept only the full quantity, the system will raise your bid sufficiently to win the full quantity. If it cannot win the full quantity even with the maximum bid, it will stop bidding for you. If you chose to accept a partial quantity, the system will raise your bid to win as many units as you can until your maximum bid.
If you have already bid on a lot, you can update your bid, i.e., change the bid price or quantity, by submitting a new bid. The system will check your username, determine that you have already bid for this lot, and update your bid accordingly.
Here are the rules that determine who wins the bidding for a lot. These rules apply for all lots.
There is a form for you to edit your information on the auction home page and category home pages. Simply enter your username and password, and then click on the Edit button. Or if you are using a cookie, make sure the cookie checkbox is checked. If your username and/or password are not correct, the system will ask you to re-enter them. From the lot page, if you click on the Edit Bidder link, the system will first present a form for you to enter your username and password.
There is a form for you to check the status of your bids on the auction home page and category home pages. Simply enter your username and password, and then click on the Bid Status button. Or if you are using a cookie, make sure the cookie checkbox is checked. If your username and/or password are not correct, the system will ask you to re-enter them. From the lot page, if you click on the Bid Status link, the system will first present a form for you to enter your username and password.
The domain name is the domain name and extension or the IP address. It is used to write a permanent cookie for users who choose the automatic login via cookie option. The domain name is also used for temporary cookies to ensure other servers cannot read them. If you are entering a domain name, be sure to include a period (.) before the domain name, e.g., ".emaze.com" . However, if you are entering an IP address, do not include the period, e.g., "127.0.0.1" .
| Term | Definition |
|---|---|
| bgcolor: | Background color. This is a solid color, normally white. |
| text: | Color of normal text, i.e., not links or text within <FONT COLOR> tags. Normally black. |
| link: | Color of link that has not yet been clicked on. Typically blue. |
| alink: | Color of link while you are clicking it. Normally purple. |
| vlink: | Color of link after you have clicked on it, usually purple. |
| background: | Background image used instead of bgcolor (when background image is found). Use the full URL. |
| other: | Body tags can have some additional options, such as margin settings. Just enter the full settings. |
There are 4 types of emails that Emaze Auction can automatically send upon closing an auction:
If you have the Enterprise version of Cold Fusion, or are hosting your site on an ISP which has the Enterprise version, we highly recommend you use the Cold Fusion Scheduling engine to send the automated emails. For more information on the Cold Fusion Scheduling engine, please refer to the Automated Emails section of this Help file. Please note that if you check this option but do not actually implement it, the automated emails will never get sent unless you send them manually by clicking on the "Close Lots" link in the Admin screens.
No Bids:
If no bids are received on a lot, you have the option of automatically extending the lot's closing time. This option is chosen on an all-or-nothing basis: it is either on for all lots or on for no lots. If a lot has no bids at its closing time, the system will check whether it should be extended. You may choose to extend the lot closing time by X hours or days, where you choose X and whether it is hours or days. You can also choose how many times to automatically extend the closing time for each lot. To use this option, you must check the checkbox. Otherwise, it is ignored. There is also an option to automatically email the lot contact person at closing time that there are no bids for the lot.
Opening bid, Bid increment, and Shipping:
Determine the default opening bid and bid increment for new lots. You may also choose whether the bid increment is a minimum or mandatory multiple. If choosing the mandatory multiple, check the checkbox. Enforcing increment means a bid must be greater than the previous bid by the bid increment, or a multiple of the bid increment. Not enforcing means any bid is accepted as long as it is greater than the previous bid by at least the bid increment.
The default shipping fee is for adding shipping and handling fees to a lot, regardless of the amount of the winning bid(s). Please note that we have not enabled this field. We have simply included it in response to customer requests. We do not automatically add the shipping fee to bids and the shipping fee is not included in our default lot template. But it is there in case you want to use it.
Reserve Price:
The reserve price is the price at which the seller (or you) is not willing to sell the lot, even to the highest bidder. The reserve price is not displayed, but the default lot template will tell bidders whether the reserve price has been met on lots with a reserve price. For now, the reserve price applies only to lots with a single quantity. There are many options available in conjunction with the reserve price, but most are for when the reserve price is not met. When the reserve price is met, you have the option of sending an automatic email to the lot contact person to notify them.
When the reserve price is not met, you may send an email to the lot contact person to notify them. You may also choose to automatically extend the lot closing time. Just as with the option to extend the closing time for lots with no bid, you may choose to extend the lot closing time by X hours or days, where you choose X and whether it is hours or days. You can also choose how many times to automatically extend the closing time for each lot. To use this option, you must check the checkbox. Otherwise, it is ignored. If the lot closing time is extended, you may also choose to send emails to the current winning and losing bidders to notify them that the closing time has been extended. (You may customize these emails in the Emails Reserve page.)
When the reserve price is not met and the lot is closed, you may choose which email to send to bidders. For the "winning" bidders, i.e., the bidders who would have won if their bid had met the reserve price, you may choose to not send any emails; send the reserve "winner" email which notifies them that they had a winning bid, but they did not win since it did not meet the reserve price; or send the normal email sent to bidders who did not win the lot. For losing bidders, you can choose to not send an email; send the reserve loser email, which notifies the bidder that although they did not have a winning bid, the lot was not sold as the reserve price was not met; or send the normal email sent to bidders who did not win the lot.
Images and Thumbnails:
The default URL for images and thumbnails is for images that you do not want to upload to the server. When you create lots, you have the option of uploading an image directly to the EmazeAuction/lotimage directory or entering the URL to the image. The URL is useful if the image is already somewhere on the Web. This is the default URL for the image and thumbnail. You will not need them though if you will simply be uploading images. The URLs should not have a trailing slash (/) at the end as they will be included automatically.
Opening time, Closing time
The default lot opening and closing times are used when creating a new lot. This allows you to determine what the default times will be, i.e., the values that appear in the form fields when you create a new lot. You are always able to change the time anyway, but we have tried to make your life a little easier by enabling you to choose the default values as well.
For both the default lot opening and closing times, you can choose the day and time at which the lot opens/closes. For the day, you can choose a default day or specify a certain number of days after the appropriate date. For the opening date, the specified number of days is from the current day (i.e., the day you create the lot). For the closing date, the number of days is counted from the default opening date.
The default time can be a designated time or you can specify a time that X hours and Y minutes after the appropriate time. For the opening time, the specified number of hours and minutes is from the current time (i.e., the time you create the lot). For the closing time, the time is counted from the default opening time.
Search Options
These are the search options available to bidders. You may choose category name, lot name, lot summary, lot description, open time, and close time. If the lot name, lot summary, and/or lot description checkbox is checked, a single text field will appear for all three. However, only the appropriate fields are searched. Bidders may enter multiple search terms, separated by a comma.
If the category name option is checked, the list of categories will appear in a select box. They may choose multiple categories as well as one or none. If the open time and close time options are checked, the user may choose the opening time by month, date and year. For both times, they may choose whether to search lots before, after, or at the designated time.
For the from name and from email address, you may choose to use the same name and email address for all lots, or use the name and email address of the contact person for that lot. Just select the appropriate radio button, and enter the name or email address when choosing to use the same field for all emails. Each email will automatically include the lot name and the appropriate bidding information. The emails include:
You may choose to verify the email address of new users by sending them an email with a unique URL. The user must then click on the URL from the email or copy the URL to a webbrowser. The URL is simply http://www.domain.com/program/verify.cfm?UniqueID . We generate a unique ID for each user. If the user does not verify their email address, they will not be permitted to bid. If they do try to bid, the system will reject their bid, notify them that they must first verify their email address, and will also automatically re-send the verification email. The email address of users created by admin do not need to be verified.
The add user header appears at the top of the screen where users add themselves to the user database as a new bidder. The edit user screen appears at the top of the page when users edit their user information. The search header appears at the top of the screen when users enter their search criteria. The searh results header appears at the top of the screen for the search results.
For the login screen, the login form is automatically included between the header and footer. This is simply a nicely-formatted table asking for the interviewer's username and password. The login screen is currently used only for users logging into private lots.
If the category contains any lots, there will be a Lots link to view a list of all lots in that category, and perform the following functions for each lot: view, edit, determine private bidders, copy, view all bids, view winning bids, email winners, email losers, archive, and delete. There is also a Win link to view the winning bidders for all lots in that category.
There are 4 category levels. The new category can be a new category, i.e., a level 1 category, or it can be a sub-category or an existing category. The existing category can be level 1, 2 or 3. To designate the new category as a level 1 category, i.e., it is not a sub-category of an existing category, select "NEW (SEPARATE) CATEGORY" in the sub-category select list.
The new category name must be unique for that category level. A category name may be used more than once if they are not both level 1 categories or are subcategories of different categories. For instance, both of the following categories are acceptable:
Computers: Books
Fiction: Books
If the name is not acceptible, Emaze Auction will ask you to choose another name for that category.
The lots are initially listed in alphabetical order, but you may order them in either ascending or descending order by name, open date/time, close date/time, date created, date last edited, or the number of times the lot has been viewed. Just choose the field by which you want to order the lots, and then click on either the plus (+) or minus (-) image. The lots are listed in the appropriate order at the top of the page, with a link to that lot in the page below.
At the top of the page are the following tables which summarize the lots. They list the appropriate options and the applicable lotIDs, with a link to the lot information in the page below.
Each lot lists the lot ID, lot name, URL to that lot, status, open date/time, close date/time, how many times that lot has been viewed, and whether the lot has any bids. If the lot has been extended due to no bids, it will list the number of times the lot has been extended in parantheses. If the lot has a reserve price, it will also display whether the reserve price has been met, and how many times the lot has been extended because the reserve price has not been met.
The following options are available for each lot: view lot, edit lot, determine private bidders, copy, view all bids, view winning bids, submit an offline bid, email winners, email losers, archive, and delete. All option are displayed, but only those options which are applicable for each lot may be chosen. Each option is described in more detail below.
For new users, you may choose the users by userID, username, or name; or search for the users by last name, first name, organization, username, or email address. You will then be presented with a list of users that satisfy the search. Simply check the users grant them permission for this lot.
Archiving a lot means it will no longer be displayed on the category page. For all intensive purposes, it will be deleted. All information will be available in the text files though in case you ever need them. Emaze Auction will ask you to verify your request before archiving the lot.
| Name: | The name of the lot. This can be anything you want, and it does not need to be unique. It cannot be blank though. |
| Status: | Determines whether the lot will open at the specified time. If active, the lot will be in preview mode until it opens. If inactive, the lot will not be listed. Users will not even know the lot exists. |
| Open date/time: | The date and time when the auction will open, assuming its status is active. Enter the 2-digit month, 2-digit date, 4-digit year, 2-digit hour, 2-digit minutes, and select AM or PM. The default time is based on the default time options from the Options screen. If you want to open the lot immediately, you can also just check the Open lot now checkbox. This will ignore the above time and just use the current time instead. |
| Close date/time: | The date and time when the auction will close. Enter the 2-digit month, 2-digit date, 4-digit year, 2-digit hour, 2-digit minutes, and select AM or PM. The default time is based on the default time options from the Options screen. If you would prefer to close the lot at the same time X days later, simply enter the value for X in the text field on the following line. Doing so will ignore the above closing time. Please note that you can still use this option even if you check the Open lot now checkbox. |
| Close basis: | All lots are closed at the designated time. However, you may also choose an inactivity setting. This means that the lot will remain option as long as there are active bids within the activity time period. For instance, if the inactivity setting is 5 minutes, the lot will remain option indefinitely past the designated close time as long as each new bid is within 5 minutes (4 minutes and 59 seconds, actually) of the previous bid. To enable the inactivity feature, select the appropriate radio button. |
| Inactivity: | Number of whole minutes the lot will remain open past the closing time if the next bid is within X minutes of the previous bid. In the default lot template, this setting is displayed for users. |
| Quantity: | The quantity available in this lot. |
| Max. Quantity: | The maximum quantity a bidder may bid on, and thus win. A value of 0 (zero) or a number greater than or equal to the actual quantity means there is no limit. If the lot only has one quantity, this field is not used. |
| Opening bid: | This is the minimum opening bid you will allow for this lot. The bid can be greater than the opening bid though. |
| Bid increment: | The minimum amount by which a bid must be greater than a previous bid. This does not necessarily apply to lots which have multiple quantities where the same bid can be used by multiple bidders as long as they are all winning bids. |
| Reserve Price: | The price at which you are not willing to sell the lot, even to the highest bidder. The reserve price is not displayed, but the default lot template will tell bidders whether the reserve price has been met on lots with a reserve price. For now, the reserve price applies only to lots with a single quantity. |
| Shipping: | This is the shipping/handling price that will be added onto each winning bid for the lot. Please note that we do not actually do anything with this field yet. It is there in case you want to display it with the lot information or automatically add it to the winning bid. |
| Sell Price: | The price at which you are willing to sell the product outright. Some auction sites like to give bidders the option of simply buying the product at a set price. The sell price is not displayed in the default lot template, but you can add should you decide to use it. |
| Category: | Select from the list of all categories, including all sub-categories. |
| Template: | Select which template is used to display this lot. Only lot templates are listed. |
| Public: | Public lots are open to all bidders. Users must be given permission for all private lots, and they must log in to ensure they have permission. Private lots are not listed on the default category home page. Users are given permission for private lots via the Category section described above. |
| Contact name: | The name of the person who will be emailed when the lot is closed. Depending on the email setting, this is also the name that is used for the automated emails. This can also be used to display on the lot page for more information. |
| Contact email: | The email address of the person who will be emailed when the lot is closed. Depending on the email setting, this is also the reply-to email address that is used for the automated emails. This can also be used to display on the lot page for more information. |
| Image: | You may choose an image to display with this lot. We have provided a lotimage/ directory specifically for your lot images (thus the name). You may also enter the full URL to an image if you do not wish to upload it or it is already somewhere on the Web. To upload an image to the lotimage directory, select the image from your computer by clicking the "Browse" button. This will upload the image to the server when you create the lot. If using an image in another directory, enter the full URL in the text field below the field with the "Browse" button. If not using an image, just ignore both fields. |
| Thumbnail: | A thumbnail image is a smaller version of an image. This is useful if the real lot image is either too big for the page or too big a file. The thumbnail image will be displayed on the lot page, but will link to the full image. The thumbnails options are the same as the normal image options above. |
| Summary: | A short summary of the lot. This field is not used in the default templates, but could be used in your own templates. It is intended for the auction or category home pages, but could also provide a quick summary at the top of the lot page. May contain HTML and even Cold Fusion tags. |
| Description: | Full description of the lot. Can be as long as you want and can contain HTML and even Cold Fusion tags. |
There are 3 types of templates: auction, category, and lot. These are for the auction home page, category home page, and lot page, respectively. You may use a different template for each category and lot. (Technically, you can only choose a single home page template, but it would not be difficult to offer a different auction home page to various users.) There are 3 default templates that are included with Emaze Auction:
| Name | File | Type |
|---|---|---|
| Default Auction Home Page | defaultIndex.cfm | auction |
| Default Category Home Page | defaultCategory.cfm | category |
| Default Lot Page | defaultLot.cfm | lot |
In the future, we will offer additional templates. In the meantime though, you may use our templates as a reference for your own. The templates are not encrypted, so you have full access to the Cold Fusion code. Templates are listed in alphabetical order by template type, and then template order. So all auction home page templates are listed in alphabetical order, then all category home page templates, and finally all lot templates.
To add the new template, you must enter a unique name for the template, the name of the file (which also must be unique) and then select the type of template it is (auction, category, or lot). The template name is used to select the template to use when creating/editing a category or lot, or selecting the template for the auction home page. The type of template determines which templates are displayed when choosing the template, e.g., only lot templates are displayed on the lot page. You may choose any file and template names you want except for the 3 default names.
After entering the template name, file name, and template type, click on the Create button. If the file name or template name is already being used, Emaze Auction will ask you to choose another name. Otherwise, it will add the template to the system. It will also check whether the template file exists in the EmazeAuction/template/ directory. If not, it will allow you to upload it.
If you are changing the filename of a template which is being used by many categories or lots, the change may take a few seconds to implement. So be patient. Emaze Auction will also check whether the new file exists in the template directory. If it does not exist, but the original file does exist, it will ask you whether it should rename the file to the new name. If the original file does not exist, you will be given an opportunity to upload the new template file.
Please note that if you change a template type, Emaze Auction will not warn you if tha template is being used. So if changing the template type, be sure that you are still using that template properly.
This will not delete the actual template file(s) in the template directory. It will only remove the template(s) from the Emaze Auction list of templates. If you want to delete the actual template file(s) as well, check the checbox at the bottom of the page before clicking on the Delete button. Emaze Auction will then check to see whether the template file(s) exist, and then delete it if it does.
If there are less than 100 users in the user database, Emaze Auction presents 3 select lists: userID, username, and name (last, first). Simply choose the users you would like to edit from any or all the three select lists, then click on the Edit Users button. Choosing by userID is useful if you recently imported a list of users as their userIDs will be in numerical order. Do not worry about choosing the same user more than once as Emaze Auction will only list the user once.
If more than 100 users, Emaze Auction will present 3 select lists: userID range (by 100), username range (by letter), and last name range (by letter). Choose the range of users by highlighting any or all options in the three select lists, and then click on the List Users button.
For both types of searches, you can choose the order in which you want the users to be listed: userID, username, last name, or first name. You can also choose to search for the user(s) you wish to edit by searching based on first name, last name, username, email address, or organization. If you are looking to edit a specific user or all users from a specific organization, this can be much easier than scrolling through the whole list.
Emaze Auction will then output a list of users which meet your criteria in a table. For each user, it will list the useID, username, last name and first name. To edit a user, click on the userID. This will bring up that user's information in the right frame, where you can edit it. After editing the user's information, click on the Edit User button and Emaze Auction will update the information and return a message that the information was updated.
If you change the username or password, Emaze Auction will also check that the new username is not already taken, or that the password was verified properly. Please note that the password field is blank. You cannot actually view the password for that person. But there is no need to enter a new password unless you want to change it. Submitting the form with both password fields blank will simply not change the password.
There is also a checkbox next to each user which allows you to delete that user from the user database. For each user you want to delete, check the checkbox next to that name and then click on the Delete Users button at the bottom of the table. You must also check the checkbox below the buttons to delete the users.
If you delete a user who has posted messages to any forum, Emaze Auction will update the message to that of a message posted by an anon user so that the user's name and email address are still available when the messages posted by that user are displayed.
After entering the user information, click on the Create User button to add the user to the database. Emaze Auction will check that the username is not already taken. If the username is already being used, it will ask you to choose another username. Emaze Auction will also verify that the password was entered the same both times. If not, it will ask you to re-enter the password. If all is well, the screen will reload with a blank add user form, telling you that the user has been added and enabling you to add another user.
|
|
You need to enter the path to the text file being imported and then choose the order in which the fields appear in the text file. The fields can be in any order. The file must contain at least one field. Many databases add the field names at the top of the file. So you can choose to either delete the first line manually or tell Emaze Auction to ignore the first line of the text file when importing the users.
If the username is included in the list, Emaze Auction will only add those records which have unique usernames. It will return a list of users which were not added though.