Users

The user list, visible only to accounts with the administrator role. It appears in the menu only for administrators.

User list

What it is: All accounts registered in the application and a summary of each one's open investments.

What data feeds it: The /api/admin/users endpoint; the app_user table, and the number and total amount of open records in the holding table. On the server, this endpoint is open only to the ADMIN role; hiding it from the menu is not a security measure on its own.

What it shows: E-mail (user name), display name, role, whether the account is enabled, registration time, number of open investments and total amount invested. Passwords are stored as bcrypt hashes and never appear in this list.

What can be concluded from it: In the development profile, the first account to register becomes administrator; in the production profile, the administrator is defined with the ADMIN_USERNAME and ADMIN_PASSWORD environment variables. Regular users cannot see this list and cannot perform system operations such as data fetching, symbol editing, starting analyses, the pipeline and backups.

The investment information, comments and recommendations given here are not within the scope of investment advisory services. Investment advisory services are provided under an investment advisory agreement to be signed between a client and brokerage houses, portfolio management companies, or banks that do not accept deposits. The signals here are produced from historical data with statistical models, are shown the same to everyone and are not personalised; they may not suit your financial situation or your risk and return preferences. Therefore, making investment decisions based solely on the information given here may not produce results that meet your expectations.