Please elaborate on the problem you are currently facing. Provide us with the following, or more details if possible (if any):
Git Hash
Client Date
PacketVer
Server/Console Errors
Client Side Errors
Any custom modifications
The MD5 hashsum of 'ragnarok' is 84c114001520462ff6357ee859cac52d, which is neither of the passwords used in your screenshot. I can only suggest that the password you entered when registering was not 'ragnarok' due to a miskey. If i were you i'd replace the password in the db.
On a side-note: all 5 of your signature links point to outdated content. Please update them. We don't want anyone trying to install rAthena using SVN since we don't use it.
ROCharGen hasn't been updated for years. The sprites don't show because they're not in the default CharGen databases.
If you read the instructions it actually tells you how to update them.
Are you blind? It's in the showcase section.
You're trying to trick users into suggesting they'd sell stuff on the forums when it's against the rules for them to do so? Very clever.
On of the link is dead because the forum no longer exists. One link is dead because it points to a page on the old forum software.. as this post is over a year old.
By default, they already can. Have you changed any access settings in /conf/access.php, or have you added $this->loginRequired(); to the content.php page?
Stop giving duff info to other users. This isn't the first time. If you don't have an answer to the problem, or have no constructive instructions on how to fix the problem, or to assist with debugging, don't post an answer. Perhaps one day, someone will delete your account by mistake.
Back on-topic.
The error is produced when none of the conditions for registering match the criteria.
https://github.com/rathena/FluxCP/blob/5280fcdd11811e0a311cffafedc14f7bc01d6e88/modules/account/create.php#L152
If your error was based on the user's password containing the username, you would be presented with that error, not the one you have provided.
case Flux_RegisterError::PASSWORD_HAS_USERNAME:
$errorMessage = Flux::message ('PasswordHasUsername');
break;
The first place to look is in your error logs. Not all errors are displayed on the pages themselves, so you need to check in /data/logs/errors/exceptions/ and /data/logs/mysql/errors/.
It's not a bug. Using the "Reset" function for your character's appearance is designed to removed all view IDs from your character so you can login and un-equip them from within the game. It's not meant to unequip anything.
See resetlook function.
Invalid Login Credentials error is caused by:
Not entering your username/password correctly
Using MD5 passwords in rA's /conf/login_athena.conf but not in FluxCP's /config/servers.php
Using MD5 passwords in FluxCP's /config/servers.php but not in rA's /conf/login_athena.conf
To ensure that you get the best response to your query, please consider providing as much information as possible.
If you're requiring support, please give the following:
For FluxCP issues, where did you get your FluxCP version?
What theme are you using? If using custom themes, please link to the download page.
General PHP error logs from /data/logs/error/exceptions/
MySQL error logs from /data/logs/mysql/errors/
You're using an old FluxCP theme that doesn't support verifying the entered email address. Add the necessary code from the default theme or ask the author of that particular theme to update their code and design themes correctly using the Inherit system.
That's endless looping for real reason. Is there a specific reason you want the announcement to go straight to the chat bar instead of it being displayed as an announcement.. and still being in the chat bar?
FluxCP accesses nearly all tables.
For basic usage, you need to provide
Data: SELECT, INSERT, UPDATE, DELETE
Structure: CREATE, ALTER, INDEX, DROP(not a necessity), CREATE TEMPORARY TABLES, SHOW VIEW, CREATE VIEW