Back to Forum Home Page

You must be a registered user (on-premise or cloud) to add any post. To get access, enter your registered Emaill address below and we will email you the access token. Enter your token along with your email address to add the post. You can use your last received token if you have already generated one.

Q. How to get access to FlinkISO Forum?

Ans:In order to able to post, you must be a registered user either with FlinkISO either On-premise or Cloud. You can login to the forum via using your email address, which you or your administrator used duing the registration on the websile. Once you have the email address, use the same email addres and generate a token. We will send you the token on the same email address. Use that token along with the email address to login. You can read posts without login.

Home > Application Installation

where is the /users/register


Hi,

I am installing the QMS following the manual, where is the /users folder?

Step 6: Setup Application

In order to start using the application, you must first run the registration locally. To do that go to:
http(s)://< your server address >/< flinkiso_directory >/users/register page.
Enter the exact same Email Address which you are used to register on FlinkISO website during the download processs, and click "Proceed". This will complete your installation process and redirect you to the Login Page. Your email address is your username and password. You can change this password after login through "Change Passoword" link.

root@sjz1vm021:/opt/lampp/htdocs/qms# ll
total 68
drwxr-xr-x  8 root          root  4096  9月 28 16:47  ./
drwxrwxr-x  6 administrator ftp   4096  9月 27 17:32  ../
-rw-r--r--  1 root          root    21  9月 28 16:47  1.txt
drwxr-xr-x 15 root          root  4096  9月 25 14:39  app/
-rwxr-xr-x  1 root          root   174  9月 25 14:39  build.properties*
-rwxr-xr-x  1 root          root 10218  9月 25 14:39  build.xml*
-rwxr-xr-x  1 root          root   705  9月 25 14:39  composer.json*
-rwxr-xr-x  1 root          root  3440  9月 25 14:39  CONTRIBUTING.md*
-rwxr-xr-x  1 root          root  1454  9月 25 14:39  index.php*
drwxr-xr-x  3 root          root  4096  9月 25 14:39  lib/
drwxr-xr-x  3 root          root  4096  5月  2 04:58 'lib<8'/
drwxr-xr-x  3 root          root  4096  9月 25 14:39  lib-older/
drwxr-xr-x  2 root          root  4096  9月 25 14:39  plugins/
-rwxr-xr-x  1 root          root  3276  9月 25 14:39  README.md*
drwxr-xr-x  2 root          root  4096  9月 25 14:39  vendors/
root@sjz1vm021:/opt/lampp/htdocs/qms# pwd
/opt/lampp/htdocs/qms
root@sjz1vm021:/opt/lampp/htdocs/qms#
 

on 28/9/24 | Open | By: Xibin Zhang

Hi Xubin,

You need to type : http(s)://< your server address >/< flinkiso_directory >/users/register in your browser. 

-FlinkISO Help

 

on 28/9/24 | By: FlinkISO Team

Hi Teams,

Yes, I know, I should access to the url from browser, I follow all the steps in the manual.

But I can not open http(s)://< your server address >/< flinkiso_directory >/users/register.

So I create a test phpinfo.php in the directory and access to it.

http(s)://< your server address >/< flinkiso_directory >/phpinfo.php

It working normally.

Why  http(s)://< your server address >/< flinkiso_directory >/users/register. is not working, so I want to find if the file is in the folder.

unforutllay, I can not find them. rewrite is enabled.

on 29/9/24 | By: Xibin Zhang

Hi Zibin,

You may want to check your error.log file located at /opt/lampp/htdocs/qms/app/tmp/log folder  to find out why the page is not visible. Make sure you can see .htaccess files in qms, app and webroot folders. Make sure that database is installed &  you are connected with database. Your app/tmp folder must have 777 permission. 

-FlinkISO Support Team.

1 month ago | By: FlinkISO Team

Thank you very much, the issue was casued by the foler permission, I give the 775 before. 

It finally working after I granted it 777.

1 month ago | By: Xibin Zhang

But After I input my mailaddress which I am used for regiester. It comes to http(s)://< your server address >/< flinkiso_directory >/users/login page. But i can not login use my email address and change it.

Your email address is your username and password. You can change this password after login through "Change Passoword" link.

 

There is a red error “Password Policy is not active.”, how can i resovle it. Thanks!

1 month ago | By: Xibin Zhang

I notice there are not requirment before the register.

  • Find "Configure::write("Security.salt" and replace with your value (keep the string lenght same, make this change before you regisster the instance).
  • Find "Configure::write("Security.cipherSeed" and replace with your value (keep the lenght same, make this change before you regisster the instance)

But what is “your value”?

1 month ago | By: Xibin Zhang

And I try to change the password in the datbase, still not working.

1 month ago | By: Xibin Zhang

Dear Zibin,

As mentioned in a manual, to login for the first time, your email is your username & password. You must ignore the password settings error at this stage. After login, you can change the password. Also, you must change security salt & seed, before you try to register & login. If you change them after registration, all your attempts would fail as system will not be able to read the encrypted password with changes salt/seed. 

Your value is any value of the same length & type (string or numbers or both mixed) as you see in the config file for salt & seed. 

Your best option now is to reinstall the application by following proper permissions and steps in the manual. 

-FlinkISO Team

 

 

1 month ago | By: FlinkISO Team