]> git.mxchange.org Git - juser-login-lib.git/commitdiff
Continued a bit:
authorRoland Häder <roland@mxchange.org>
Mon, 29 Aug 2016 15:47:23 +0000 (17:47 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 29 Aug 2016 15:47:23 +0000 (17:47 +0200)
- added base URL for upcoming email delivery

src/org/mxchange/jusercore/model/user/UserSessionBeanRemote.java

index 8509e4a81347ca883e39af1faa9e24a130facd79..f64acb5754bd6d58473984e8c17ba646d8756ad2 100644 (file)
@@ -38,6 +38,7 @@ public interface UserSessionBeanRemote extends Serializable {
         * method) and records the password change in user's password history.
         * <p>
         * @param user User instance with updated password
+        * @param baseUrl Base URL for all links
         * <p>
         * @return Password history entry with updated user instance
         *
@@ -45,7 +46,7 @@ public interface UserSessionBeanRemote extends Serializable {
         * @throws UserStatusUnconfirmedException If the user status is unconfirmed
         * @throws UserStatusLockedException If the user status is locked
         */
-       PasswordHistory updateUserPassword (final User user) throws UserNotFoundException, UserStatusUnconfirmedException, UserStatusLockedException;
+       PasswordHistory updateUserPassword (final User user, final String baseUrl) throws UserNotFoundException, UserStatusUnconfirmedException, UserStatusLockedException;
 
        /**
         * Changes the user' account status to CONFIRMED if the status is