diff --git a/INSTALL.txt b/INSTALL.txt
new file mode 100644
index 0000000..d54bedb
--- /dev/null
+++ b/INSTALL.txt
@@ -0,0 +1,21 @@
+
+CONTENTS OF THIS FILE
+---------------------
+
+ * Installation
+ * Useful Drush commands
+
+INSTALLATION
+------------
+
+1. Download the whole package of files from http://drupal.org/
+
+2. Go to admin/modules and enable the module from the 'User interface' group or Using Drush Command:: drush pm-enable first_time_login
+
+USEFUL DRUSH COMMANDS
+--------------------------
+
+1) drush pm-info first_time_login
+2) drush pm-enable first_time_login
+3) drush pm-disable first_time_login
+4) drush pm-uninstall first_time_login
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..d52aa72
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,53 @@
+CONTENTS OF THIS FILE
+---------------------
+
+ * Introduction
+ * Requirements
+ * Installation
+ * Configuration
+ * Maintainers
+
+INTRODUCTION
+------------
+
+First time login module prompts user to reset their profile,
+when they login to their account for the first time (once updated it will not
+prompt from next login onwards).
+
+After creating a user account with basic details,
+user can be intimated to log on to their profile and ask them to update it.
+Where in the user can update their account passwords also.
+
+You can configure the threshold number of days after,
+which user will be again prompted to update their profile.
+
+Timestamp for the existing users will be updated to their last access time,
+at the time of module installation.
+
+NOTE:
+Super user (user with UID = 1), will not be prompted for profile update.
+Default threshold number of days after which user will be again prompted to
+update their profile is set to 120 days.
+
+REQUIREMENTS
+------------
+
+No special requirements.
+
+INSTALLATION
+------------
+
+* Put the module in your Drupal modules directory and enable it in
+  admin/modules.
+* Using Drush :: drush pm-enable first_time_login
+
+CONFIGURATION
+-------------
+
+* Configure settings can be found in admin/config/people/first-time-login.
+
+MAINTAINERS
+-----------
+
+Current maintainers:
+ * Neeraj Singh (neerajsingh) - https://www.drupal.org/user/3202261
